3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-05 19:06:03 +02:00
dft_tools/python/converters/vasp/test
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
..
_inpconf Restructed test directory 2015-10-11 13:57:46 +02:00
_plocar_io Restructed test directory 2015-10-11 13:57:46 +02:00
_plotools Restructed test directory 2015-10-11 13:57:46 +02:00
_vaspio Restructed test directory 2015-10-11 13:57:46 +02:00
inpconf Fixed a bug in 'inpconf.py' 2015-10-11 13:55:04 +02:00
plocar_io Added a small test suite for 'c_plocar_io' module 2015-10-11 13:55:04 +02:00
plotools Added test output files forgotten in the previous commit 2015-10-11 13:55:05 +02:00
vaspio Added a test suite for module 'vaspio' 2015-10-11 13:55:04 +02:00
adv_example.cfg * Restructured the directory structure * Added some half-day long development including tests 2015-10-11 13:55:03 +02:00
run_all.sh Restructed test directory 2015-10-11 13:57:46 +02:00
test_all.py Restructed test directory 2015-10-11 13:57:46 +02:00