diff --git a/ckanext/odsh/tests_wip/test_datarequest.py b/ckanext/odsh/tests_wip/test_datarequest.py
index a37c7e4eace8a3696bca01c83a118c47d2a022ae..f8c656c2b38288640922a21d271efb4448e4adf5 100644
--- a/ckanext/odsh/tests_wip/test_datarequest.py
+++ b/ckanext/odsh/tests_wip/test_datarequest.py
@@ -1,11 +1,11 @@
 
-from ckanext.odsh.tests.test_helpers import AppProxy
-import ckanext.odsh.tests.test_helpers as testhelpers
+from ckanext.odsh.tests_wip.test_helpers import AppProxy
+import ckanext.odsh.tests_wip.test_helpers as testhelpers
 import ckan.tests.factories as factories
 import uuid
 import pdb
-from ckanext.odsh.tests.harvest_sever_mock import HarvestServerMock
-import ckanext.odsh.tests.harvest_sever_mock as harvest_sever_mock
+from ckanext.odsh.tests_wip.harvest_sever_mock import HarvestServerMock
+import ckanext.odsh.tests_wip.harvest_sever_mock as harvest_sever_mock
 import subprocess
 import re
 
diff --git a/ckanext/odsh/tests_wip/test_harvest.py b/ckanext/odsh/tests_wip/test_harvest.py
index ff7df9f46fbbbaf5b2e6d871183f3a47ee1444e0..bb6563617c25800490359db6d90cf9c049384997 100644
--- a/ckanext/odsh/tests_wip/test_harvest.py
+++ b/ckanext/odsh/tests_wip/test_harvest.py
@@ -1,10 +1,10 @@
-from ckanext.odsh.tests.test_helpers import AppProxy
-import ckanext.odsh.tests.test_helpers as testhelpers
+from ckanext.odsh.tests_wip.test_helpers import AppProxy
+import ckanext.odsh.tests_wip.test_helpers as testhelpers
 import ckan.tests.factories as factories
 import uuid
 import pdb
-from ckanext.odsh.tests.harvest_sever_mock import HarvestServerMock
-import ckanext.odsh.tests.harvest_sever_mock as harvest_sever_mock
+from ckanext.odsh.tests_wip.harvest_sever_mock import HarvestServerMock
+import ckanext.odsh.tests_wip.harvest_sever_mock as harvest_sever_mock
 import subprocess
 
 
diff --git a/ckanext/odsh/tests_wip/test_selenium.py b/ckanext/odsh/tests_wip/test_selenium.py
index 084e515ba5660ab9665cda186670447007f9d04c..29936a574ac3f59107932b84e4a1715e22f3a189 100644
--- a/ckanext/odsh/tests_wip/test_selenium.py
+++ b/ckanext/odsh/tests_wip/test_selenium.py
@@ -1,6 +1,6 @@
 # coding: utf-8
 
-from ckanext.odsh.tests.ckan_selenium import SeleniumCkanApp
+from ckanext.odsh.tests_wip.ckan_selenium import SeleniumCkanApp
 import pdb
 import uuid