From f704cc9bb3b474944ab700b5c12e3886ac1f8539 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Mon, 25 May 2015 21:09:18 +0100 Subject: [PATCH] Pep8 --- tests/functional/openlp_core_ui/test_slidecontroller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/openlp_core_ui/test_slidecontroller.py b/tests/functional/openlp_core_ui/test_slidecontroller.py index eda0a226a..c91a82144 100644 --- a/tests/functional/openlp_core_ui/test_slidecontroller.py +++ b/tests/functional/openlp_core_ui/test_slidecontroller.py @@ -659,6 +659,7 @@ class TestInfoLabel(TestCase): set_tool_tip_mock.assert_called_once_with('Label Text') mocked_super().setText.assert_called_once_with('Label Text') + class TestLiveController(TestCase): def initial_live_controller_test(self): @@ -673,6 +674,7 @@ class TestLiveController(TestCase): # THEN: The controller should not be a live controller. self.assertEqual(live_controller.is_live, True, 'The slide controller should be a live controller') + class TestPreviewLiveController(TestCase): def initial_preview_controller_test(self):