We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fef522 commit 8bb540dCopy full SHA for 8bb540d
1 file changed
test/unit/__init__.py
@@ -19,5 +19,6 @@
19
import os
20
import sys
21
22
-# Setup the required environment variables for the tests.
+# Allow relative imports within the test project to work as expected
23
+# Without it no module (test) would be able to import the common library
24
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__))))
0 commit comments