forked from openlp/openlp
pep8 fix
This commit is contained in:
parent
2e0c3e24f7
commit
74391978e8
@ -66,7 +66,8 @@ class TestThemeManager(TestCase):
|
|||||||
|
|
||||||
# THEN: The zipfile should be created at the given path
|
# THEN: The zipfile should be created at the given path
|
||||||
mocked_zipfile_init.assert_called_with(os.path.join('some', 'path', 'Default.otz'), 'w')
|
mocked_zipfile_init.assert_called_with(os.path.join('some', 'path', 'Default.otz'), 'w')
|
||||||
mocked_zipfile_write.assert_called_with(os.path.join(TEST_RESOURCES_PATH, 'themes', 'Default', 'Default.xml'),
|
mocked_zipfile_write.assert_called_with(os.path.join(TEST_RESOURCES_PATH, 'themes',
|
||||||
|
'Default', 'Default.xml'),
|
||||||
os.path.join('Default', 'Default.xml'))
|
os.path.join('Default', 'Default.xml'))
|
||||||
|
|
||||||
def initial_theme_manager_test(self):
|
def initial_theme_manager_test(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user