Fixed wording of AuthViewsTestCase's docstring.
This commit is contained in:
parent
66058c5758
commit
f3825ee050
|
@ -45,7 +45,7 @@ from .settings import AUTH_TEMPLATES
|
||||||
)
|
)
|
||||||
class AuthViewsTestCase(TestCase):
|
class AuthViewsTestCase(TestCase):
|
||||||
"""
|
"""
|
||||||
Helper base class for all the follow test cases.
|
Helper base class for the test classes that follow.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in New Issue