Fix a bunch of PEP8 violations

This commit is contained in:
Jan Tuomi
2017-01-19 17:55:59 +02:00
parent 16a3d03a32
commit d8dc064eb6
7 changed files with 208 additions and 139 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ class InfoscreenTestCase(TestCase):
'''
def test_get_infoitems(self):
req = HttpRequest()
resp = infoscreen.views.infoItems(req)
resp = infoscreen.views.info_items(req)
content = resp.content.decode('utf-8')
self.assertTrue(len(content) > 0)