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
1 changed files with 1 additions and 0 deletions

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