mirror of
https://github.com/triqs/dft_tools
synced 2024-11-09 07:33:47 +01:00
c8badb39ff
Originally, the tests worked only when run from their respective directory. If one tries to run them from another directory (which happens when test discovery is used) the tests were not able to find the input files. Now, a dummy module 'rpath' is added to all tests whose sole role is to obtain the current path.
2 lines
57 B
Bash
Executable File
2 lines
57 B
Bash
Executable File
PYTHONPATH=../:../../../c:$PYTHONPATH python test_all.py
|