diff --git a/tests/functional/openlp_plugins/bibles/__init__.py b/tests/interfaces/openlp_plugins/bibles/__init__.py similarity index 100% rename from tests/functional/openlp_plugins/bibles/__init__.py rename to tests/interfaces/openlp_plugins/bibles/__init__.py diff --git a/tests/functional/openlp_plugins/bibles/test_lib_http.py b/tests/interfaces/openlp_plugins/bibles/test_lib_http.py similarity index 97% rename from tests/functional/openlp_plugins/bibles/test_lib_http.py rename to tests/interfaces/openlp_plugins/bibles/test_lib_http.py index a97c1a188..c19f267ed 100644 --- a/tests/functional/openlp_plugins/bibles/test_lib_http.py +++ b/tests/interfaces/openlp_plugins/bibles/test_lib_http.py @@ -60,7 +60,7 @@ class TestBibleHTTP(TestCase): def crosswalk_extract_verse_test(self): """ - Test the Crosswalk retrieval of verse list for NIV bible John 3 + Test Crosswalk retrieval of verse list for NIV bible John 3 """ # GIVEN: A new Bible Gateway extraction class handler = CWExtract()