forked from openlp/openlp
Fix merge comments
This commit is contained in:
parent
b96304253e
commit
e5c371feb5
@ -91,22 +91,6 @@ class TestPluginManager(TestCase):
|
|||||||
# WHEN: We run hook_settings_tabs()
|
# WHEN: We run hook_settings_tabs()
|
||||||
plugin_manager.hook_settings_tabs()
|
plugin_manager.hook_settings_tabs()
|
||||||
|
|
||||||
def hook_settings_tabs_with_active_plugin_and_no_form_test(self):
|
|
||||||
"""
|
|
||||||
Test running the hook_settings_tabs() method with an active plugin and no settings form
|
|
||||||
"""
|
|
||||||
# GIVEN: A PluginManager instance and a list with a mocked up plugin whose status is set to Active
|
|
||||||
mocked_plugin = MagicMock()
|
|
||||||
mocked_plugin.status = PluginStatus.Active
|
|
||||||
plugin_manager = PluginManager()
|
|
||||||
plugin_manager.plugins = [mocked_plugin]
|
|
||||||
|
|
||||||
# WHEN: We run hook_settings_tabs()
|
|
||||||
plugin_manager.hook_settings_tabs()
|
|
||||||
|
|
||||||
# THEN: The createSettingsTab() method should have been called
|
|
||||||
mocked_plugin.createSettingsTab.assert_called_with(self.mocked_settings_form)
|
|
||||||
|
|
||||||
def hook_settings_tabs_with_active_plugin_and_mocked_form_test(self):
|
def hook_settings_tabs_with_active_plugin_and_mocked_form_test(self):
|
||||||
"""
|
"""
|
||||||
Test running the hook_settings_tabs() method with an active plugin and a mocked settings form
|
Test running the hook_settings_tabs() method with an active plugin and a mocked settings form
|
||||||
|
Loading…
Reference in New Issue
Block a user