From 39bea49a1697e93a7669130ff0657130f9853872 Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Fri, 16 Jun 2023 10:53:04 +0200
Subject: [PATCH] Fixed importing tests (wip)

---
 ckanext/odsh/tests_wip/test_datarequest.py | 8 ++++----
 ckanext/odsh/tests_wip/test_harvest.py     | 8 ++++----
 ckanext/odsh/tests_wip/test_selenium.py    | 2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ckanext/odsh/tests_wip/test_datarequest.py b/ckanext/odsh/tests_wip/test_datarequest.py
index a37c7e4e..f8c656c2 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 ff7df9f4..bb656361 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 084e515b..29936a57 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
 
-- 
GitLab