forked from openlp/openlp
Pep8
This commit is contained in:
parent
1cfd33df30
commit
f704cc9bb3
@ -659,6 +659,7 @@ class TestInfoLabel(TestCase):
|
|||||||
set_tool_tip_mock.assert_called_once_with('Label Text')
|
set_tool_tip_mock.assert_called_once_with('Label Text')
|
||||||
mocked_super().setText.assert_called_once_with('Label Text')
|
mocked_super().setText.assert_called_once_with('Label Text')
|
||||||
|
|
||||||
|
|
||||||
class TestLiveController(TestCase):
|
class TestLiveController(TestCase):
|
||||||
|
|
||||||
def initial_live_controller_test(self):
|
def initial_live_controller_test(self):
|
||||||
@ -673,6 +674,7 @@ class TestLiveController(TestCase):
|
|||||||
# THEN: The controller should not be a live controller.
|
# THEN: The controller should not be a live controller.
|
||||||
self.assertEqual(live_controller.is_live, True, 'The slide controller should be a live controller')
|
self.assertEqual(live_controller.is_live, True, 'The slide controller should be a live controller')
|
||||||
|
|
||||||
|
|
||||||
class TestPreviewLiveController(TestCase):
|
class TestPreviewLiveController(TestCase):
|
||||||
|
|
||||||
def initial_preview_controller_test(self):
|
def initial_preview_controller_test(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user