Skip to content

Commit

Permalink
pyconsk#58 test KonferaConfig: pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbezrucka committed Dec 2, 2016
1 parent bda1921 commit 7692820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion konfera/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ def test_speakers_list(self):
self.assertIn('Nice Speaker', str(response.content))
self.assertIn('Talking Speaker', str(response.content))


class TestApps(TestCase):
def test_apps(self):
from konfera.apps import KonferaConfig
self.assertEquals(KonferaConfig.name, 'konfera')
self.assertEquals(KonferaConfig.name, 'konfera')

0 comments on commit 7692820

Please sign in to comment.