1
0
mirror of https://github.com/django/django.git synced 2025-04-12 03:22:21 +00:00

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:
Russell Keith-Magee 2007-08-17 14:42:25 +00:00
parent 8dff1cd91d
commit 103fe15efc

View File

@ -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')