We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3ad3e commit 902406bCopy full SHA for 902406b
tests/integration/conftest.py
@@ -0,0 +1,8 @@
1
+import os
2
+import sys
3
+
4
+# path manipulation get the 'splunk' library for the imports while running on GH Actions
5
+sys.path.append(
6
+ os.path.sep.join(os.environ["SPLUNK_HOME"], "lib", "python3.7", "site-packages")
7
+)
8
+# TODO: 'python3.7' needs to be updated as and when Splunk has new folder for Python.
0 commit comments