Added Flake8 lib and fixed PEP8 violations
This commit is contained in:
parent
0cbd3aa666
commit
edcfd3e9f4
65 changed files with 340 additions and 387 deletions
|
|
@ -26,6 +26,4 @@ class LoginTestCase(TestCase):
|
|||
# check fail login
|
||||
|
||||
res4 = self.client.post(url, data={'email': 'test@gmail.com', 'password': 'falsepassword'})
|
||||
self.assertContains(res4,'Sorry, that login was invalid.',1,200)
|
||||
|
||||
|
||||
self.assertContains(res4, 'Sorry, that login was invalid.', 1, 200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue