accounts/tests.py::TestSelectedInstance::test_selected_instance

First seen 1 year, 1 month ago in commit 1cd3a pushed by Anže Pečar

Last 100 Runs
Pass % 100.0%
p50 duration 0.1202s
p95 duration 0.1322s

82 runs 82 passed in the last 30 days

Run 8 months, 2 weeks ago
Status PASS
Commit

Format conferences

Commit dd5f2 pushed by Anže Pečar
Run 8 months, 2 weeks ago
Status PASS
Commit

Fix email count

Commit ecb5e pushed by Anže Pečar
Run 8 months, 2 weeks ago
Status PASS
Commit

Fix endless loop

Commit 7b72b pushed by Anže Pečar
Run 8 months, 2 weeks ago
Status PASS
Commit

More stats in daily email

Commit 51f01 pushed by Anže Pečar
Run 8 months, 2 weeks ago
Status PASS
Commit

Remove tooltip

Commit da620 pushed by Anže Pečar
Run 8 months, 2 weeks ago
Status PASS
Commit

Handle imported conferences

Commit 73ecf pushed by Anže Pečar
Run 8 months, 2 weeks ago
Status PASS
Commit

Add command to import conferences

Commit 403c1 pushed by Anže Pečar
Run 8 months, 2 weeks ago
Status PASS
Commit

[pre-commit.ci] pre-commit autoupdate (#38)

Commit 1447d pushed by pre-commit-ci[bot]
Run 8 months, 2 weeks ago
Status PASS
Commit

Merge f5035fe1d641aefaad7373d8f46a09e447974e9f into cd4d17e91f9acffa7a7e2efbf0be3ba746384814

Commit c6ff0 pushed by pre-commit-ci[bot]
Run 8 months, 2 weeks ago
Status PASS
Commit

Fix sorting

Commit cd4d1 pushed by Anže Pečar
Run 8 months, 3 weeks ago
Status PASS
Commit

Fix selected instance tests

Commit 2885a pushed by Anže Pečar
Run 8 months, 3 weeks ago
Status FAIL
Commit

Make v2 design live

Commit 39a4f pushed by Anže Pečar
Repr
self = <accounts.tests.TestSelectedInstance testMethod=test_selected_instance>

    def test_selected_instance(self):
        response = self.client.get("/?selected_instance=mastodon.social")
        self.assertEqual(response.status_code, 200)
        self.assertEqual(response.context["selected_instance"], "mastodon.social")
        self.assertEqual(self.client.session["selected_instance"], "mastodon.social")
>       self.assertContains(
            response,
            "mastodon.social selected",
        )

accounts/tests.py:88: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/django/test/testcases.py:537: in assertContains
    self.assertTrue(
E   AssertionError: False is not true : Couldn't find 'mastodon.social selected' in response
Run 8 months, 3 weeks ago
Status PASS
Commit

Show more langs

Commit 7cac6 pushed by Anže Pečar
Run 8 months, 3 weeks ago
Status PASS
Commit

Larger sidebar

Commit b6c87 pushed by Anže Pečar
Run 8 months, 3 weeks ago
Status PASS
Commit

Fix typo

Commit 808e8 pushed by Anže Pečar
Run 8 months, 3 weeks ago
Status PASS
Commit

Don't show the follow button on self

Commit 12b3b pushed by Anže Pečar
Run 8 months, 3 weeks ago
Status PASS
Commit

[pre-commit.ci] pre-commit autoupdate (#37)

Commit 69ab6 pushed by pre-commit-ci[bot]
Run 8 months, 3 weeks ago
Status PASS
Commit

Merge 3467d31d5f898516ad6c7b37519e74f0156aa817 into 26ce5f7b45306d5125e8f19b9bf18f64b7e4788c

Commit 2271c pushed by pre-commit-ci[bot]
Run 8 months, 4 weeks ago
Status PASS
Commit

Fix darkmode flicker

Commit 26ce5 pushed by Anže Pečar
Run 8 months, 4 weeks ago
Status PASS
Commit

Update dependencies

Commit 2156e pushed by Anže Pečar
Run 9 months ago
Status PASS
Commit

[pre-commit.ci] pre-commit autoupdate (#35)

Commit bb4d1 pushed by pre-commit-ci[bot]
Run 9 months ago
Status PASS
Commit

Merge 38017d7e3a84e4e25fed77a6c88a675063c48b8a into 1593b61f485ee1956a20bebca447f9432d28055a

Commit 40a23 pushed by pre-commit-ci[bot]
Run 9 months ago
Status PASS
Commit

Fix date display

Commit 1593b pushed by Anže Pečar
Run 9 months ago
Status PASS
Commit

Fix stuff

Commit 0c13d pushed by Anže Pečar
Run 9 months ago
Status PASS
Commit

Fix account filter

Commit 56799 pushed by Anže Pečar