summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_health_checker/test/conftest.py')
-rw-r--r--roles/openshift_health_checker/test/conftest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/openshift_health_checker/test/conftest.py b/roles/openshift_health_checker/test/conftest.py
new file mode 100644
index 000000000..bf717ae85
--- /dev/null
+++ b/roles/openshift_health_checker/test/conftest.py
@@ -0,0 +1,5 @@
+import os
+import sys
+
+# extend sys.path so that tests can import openshift_checks
+sys.path.insert(1, os.path.dirname(os.path.dirname(__file__)))