We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1a4b4 commit 9a42e48Copy full SHA for 9a42e48
tests/test_unittest.py
@@ -56,17 +56,6 @@ def tearDown(self):
56
assert Item.objects.count() == 3
57
58
59
-class TestUrls(TestCase):
60
- """
61
- Make sure overriding ``urls`` works.
62
63
- urls = 'pytest_django_test.urls_overridden'
64
-
65
- def test_urls(self):
66
- resp = self.client.get('/overridden_url/')
67
- self.assertEqual(force_text(resp.content), 'Overridden urlconf works!')
68
69
70
def test_sole_test(django_testdir):
71
"""
72
Make sure the database are configured when only Django TestCase classes
0 commit comments