New tagline
Commit 9535e pushed by Anže Pečar

54 tests 52 passed 1 failed 1 muted Duration
self = <ft.tests.TestIndexPage testMethod=test_index>

    def test_index(self):
        response = self.client.get(reverse("index"))
        self.assertEqual(response.status_code, 200)
>       self.assertContains(response, "Tame Your Test Suite Flakiness")

ft/tests.py:12: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/django/test/testcases.py:537: in assertContains
    self.assertTrue(
E   AssertionError: False is not true : Couldn't find 'Tame Your Test Suite Flakiness' in response