From 685c01ec25fb821bdccb2c006d6fb11cecccbdaa Mon Sep 17 00:00:00 2001 From: Olli Suutari Date: Sat, 20 Aug 2016 21:59:31 +0300 Subject: [PATCH] - Renamed test title from x_test to test_x --- tests/functional/openlp_plugins/bibles/test_mediaitem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/openlp_plugins/bibles/test_mediaitem.py b/tests/functional/openlp_plugins/bibles/test_mediaitem.py index 606c65a63..bacafe009 100644 --- a/tests/functional/openlp_plugins/bibles/test_mediaitem.py +++ b/tests/functional/openlp_plugins/bibles/test_mediaitem.py @@ -114,7 +114,7 @@ class TestMediaItem(TestCase, TestMixin): self.assertEqual(self.media_item.search_results, {}) self.assertEqual(self.media_item.second_search_results, {}) - def on_quick_search_button_general_test(self): + def test_on_quick_search_button_general(self): """ Test that general things, which should be called on all Quick searches are called. """ @@ -151,7 +151,7 @@ class TestMediaItem(TestCase, TestMixin): self.assertEqual(1, self.media_item.check_search_result.call_count, 'Check results Should had been called once') self.assertEqual(1, self.app.set_normal_cursor.call_count, 'Normal cursor should had been called once') - def on_clear_button_clicked_test(self): + def test_on_clear_button_clicked(self): """ Test that the on_clear_button_clicked works properly. (Used by Bible search tab) """