follow PEP 8 style guide

This commit is contained in:
Istiak Ferdous
2021-10-16 00:28:44 +06:00
parent 633aa05422
commit f39c8fc22d
13 changed files with 186 additions and 193 deletions

View File

@@ -36,11 +36,9 @@ class TestLogin(TestCase):
json_data = json.loads(response.content)
self.assertEqual(json_data['loginStatus'], 1)
## Verify
response = self.client.get(self.adminLogin)
self.assertTemplateUsed(response, 'baseTemplate/homePage.html')
##logging.writeToFile(result.content)
self.assertEqual(response.status_code, 200)