All checks were successful
continuous-integration/drone/push Build is passing
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
3 lines
75 B
Python
3 lines
75 B
Python
import sys, os
|
|
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|