Files
computational-geometry-visu/test_setup.py
Pascal Lais e0a76612f4
All checks were successful
continuous-integration/drone/push Build is passing
Add test_setup.py
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
2020-03-10 12:41:48 +01:00

3 lines
75 B
Python

import sys, os
sys.path.append(os.path.dirname(os.path.abspath(__file__)))