only need urls for the last class after all
This commit is contained in:
Родитель
c9a0c9d7ed
Коммит
890060e67b
|
@ -24,7 +24,6 @@ urlpatterns = patterns('',
|
|||
|
||||
|
||||
class TestCsrfToken(django.test.TestCase):
|
||||
urls = 'session_csrf.tests'
|
||||
|
||||
def setUp(self):
|
||||
self.client.handler = ClientHandler()
|
||||
|
@ -66,7 +65,6 @@ class TestCsrfToken(django.test.TestCase):
|
|||
|
||||
|
||||
class TestCsrfMiddleware(django.test.TestCase):
|
||||
urls = 'session_csrf.tests'
|
||||
|
||||
def setUp(self):
|
||||
self.token = 'a' * 32
|
||||
|
|
Загрузка…
Ссылка в новой задаче