3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-22 05:02:20 +02:00
dft_tools/python/converters/vasp/test/_plocar_io
Oleg E. Peil db16a8438d Restructed test directory
The names of the test suites have been prefixed with an underscore
to avoid name conflicts with corresponding modules.
Also an attempt to make a scan of all tests has been made by
creating a 'test_all.py' script that is supposed to discover all
test cases and run them. Unfortunately, this does not work as expected
because many tests use input files assumed to be found in the current
directory, which is not true if the tests are run from a different
(parent) directory.

This can be fixed by either forcing the change of directory (but it
seems that 'unittest' does not have this functionality) or
prepending input file names with the current module directory.
2015-10-11 13:57:46 +02:00
..
.gitignore Restructed test directory 2015-10-11 13:57:46 +02:00
mytest.py Restructed test directory 2015-10-11 13:57:46 +02:00
PLOCAR.example Restructed test directory 2015-10-11 13:57:46 +02:00
PLOCAR.example.out Restructed test directory 2015-10-11 13:57:46 +02:00
PLOCAR.noprec Restructed test directory 2015-10-11 13:57:46 +02:00
PLOCAR.prec8 Restructed test directory 2015-10-11 13:57:46 +02:00
PLOCAR.prec8.out Restructed test directory 2015-10-11 13:57:46 +02:00
PLOCAR.trunc Restructed test directory 2015-10-11 13:57:46 +02:00
runtest.sh Restructed test directory 2015-10-11 13:57:46 +02:00
test_fileio.py Restructed test directory 2015-10-11 13:57:46 +02:00
test_plocar_io.py Restructed test directory 2015-10-11 13:57:46 +02:00