Added docstring to logout test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8dff1cd91d
commit
103fe15efc
|
@ -247,6 +247,7 @@ class ClientTest(TestCase):
|
|||
self.failIf(login)
|
||||
|
||||
def test_logout(self):
|
||||
"Request a logout after logging in"
|
||||
# Log in
|
||||
self.client.login(username='testclient', password='password')
|
||||
|
||||
|
|
Loading…
Reference in New Issue