From bb36a67ac2067fe2c5b490d4d167bdbb6abbbd6e Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 16 Jun 2013 14:36:09 +0100 Subject: [PATCH] Move tests --- .../openlp_plugins/bibles/__init__.py | 0 .../openlp_plugins/bibles/test_lib_http.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{functional => interfaces}/openlp_plugins/bibles/__init__.py (100%) rename tests/{functional => interfaces}/openlp_plugins/bibles/test_lib_http.py (97%) 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()