2 parents e129a28 + f0cc65a commit b00a02bCopy full SHA for b00a02b
1 file changed
auto_process_ngs/test/__init__.py
@@ -0,0 +1,6 @@
1
+# In order to run tests without installing the auto_process_ngs package
2
+# we need to add the package "bin" directory
3
+
4
+import os
5
+__AUTO_PROCESS_BIN__ = os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", "bin"))
6
+os.environ["PATH"] = f"{__AUTO_PROCESS_BIN__}{os.pathsep}{os.environ['PATH']}"
0 commit comments