summaryrefslogtreecommitdiff
path: root/tests/admin_custom_urls/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_custom_urls/tests.py')
-rw-r--r--tests/admin_custom_urls/tests.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/admin_custom_urls/tests.py b/tests/admin_custom_urls/tests.py
index edabb6eb78..d327b33407 100644
--- a/tests/admin_custom_urls/tests.py
+++ b/tests/admin_custom_urls/tests.py
@@ -22,9 +22,6 @@ class AdminCustomUrlsTest(TestCase):
def setUp(self):
self.client.login(username='super', password='secret')
- def tearDown(self):
- self.client.logout()
-
def test_basic_add_GET(self):
"""
Ensure GET on the add_view works.
@@ -91,9 +88,6 @@ class CustomRedirects(TestCase):
def setUp(self):
self.client.login(username='super', password='secret')
- def tearDown(self):
- self.client.logout()
-
def test_post_save_add_redirect(self):
"""
Ensures that ModelAdmin.response_post_save_add() controls the