forked from openlp/openlp
pep8 fixes
This commit is contained in:
parent
b1660c0525
commit
e91520fa60
@ -368,4 +368,3 @@ class Htmbuilder(TestCase, TestMixin):
|
|||||||
# WHEN: Retrieving the webkit version
|
# WHEN: Retrieving the webkit version
|
||||||
# THEN: Webkit versions should match
|
# THEN: Webkit versions should match
|
||||||
self.assertEquals(webkit_version(), webkit_ver, "The returned webkit version doesn't match the installed one")
|
self.assertEquals(webkit_version(), webkit_ver, "The returned webkit version doesn't match the installed one")
|
||||||
|
|
||||||
|
@ -189,5 +189,3 @@ class TestMainWindow(TestCase, TestMixin):
|
|||||||
# THEN: The media manager dock is made visible
|
# THEN: The media manager dock is made visible
|
||||||
self.assertEqual(0, mocked_media_manager_dock.setVisible.call_count)
|
self.assertEqual(0, mocked_media_manager_dock.setVisible.call_count)
|
||||||
mocked_widget.on_focus.assert_called_with()
|
mocked_widget.on_focus.assert_called_with()
|
||||||
|
|
||||||
|
|
||||||
|
@ -59,4 +59,3 @@ TEST3_DATA = dict(ip='333.333.333.333',
|
|||||||
name='___TEST_THREE___',
|
name='___TEST_THREE___',
|
||||||
location='location three',
|
location='location three',
|
||||||
notes='notes three')
|
notes='notes three')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user