Skip to content

Commit 8bb540d

Browse files
committed
Add explanation to __init__.py
1 parent 8fef522 commit 8bb540d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
import os
2020
import sys
2121

22-
# Setup the required environment variables for the tests.
22+
# 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
2324
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__))))

0 commit comments

Comments
 (0)