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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/test/conftest.py b/roles/openshift_health_checker/test/conftest.py
index d16401260..3cbd65507 100644
--- a/roles/openshift_health_checker/test/conftest.py
+++ b/roles/openshift_health_checker/test/conftest.py
@@ -6,5 +6,6 @@ import sys
openshift_health_checker_path = os.path.dirname(os.path.dirname(__file__))
sys.path[1:1] = [
openshift_health_checker_path,
- os.path.join(openshift_health_checker_path, 'action_plugins')
+ os.path.join(openshift_health_checker_path, 'action_plugins'),
+ os.path.join(openshift_health_checker_path, 'library'),
]