Skip to content

Commit 9a42e48

Browse files
committed
Remove test for deprecated way of overiding urlconf
1 parent ee1a4b4 commit 9a42e48

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_unittest.py

-11
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,6 @@ def tearDown(self):
5656
assert Item.objects.count() == 3
5757

5858

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-
7059
def test_sole_test(django_testdir):
7160
"""
7261
Make sure the database are configured when only Django TestCase classes

0 commit comments

Comments
 (0)