This file makes sure that the test files in test/ can import the submodules. To run a single test file run: pytest test_setup.py test/test_module.py
This commit is contained in:
2
test_setup.py
Normal file
2
test_setup.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
import sys, os
|
||||||
|
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||||
Reference in New Issue
Block a user