3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-26 15:12:18 +02:00
dft_tools/test/plovasp
Oleg E. Peil f86038a7fd Fixed tests to make them runnable with build pytriqs
All imports inside the test cases refer now to paths relative
to TRIQS python library path. For example,

`import vaspio`

is replaced with

`import applications.dft.converters.plovasp.vasio`

In this way all tests can be executed wtih `build_pytriqs` provided
that the package is installed (the same practice as with other
'dft_tools' tests).

Also, the underscore can now be removed from subdirectory names
because there is no more conflict with module names.
2016-03-10 12:24:05 +01:00
..
inpconf Fixed tests to make them runnable with build pytriqs 2016-03-10 12:24:05 +01:00
plocar_io Fixed tests to make them runnable with build pytriqs 2016-03-10 12:24:05 +01:00
plotools Fixed tests to make them runnable with build pytriqs 2016-03-10 12:24:05 +01:00
proj_group Fixed tests to make them runnable with build pytriqs 2016-03-10 12:24:05 +01:00
proj_shell Fixed tests to make them runnable with build pytriqs 2016-03-10 12:24:05 +01:00
vaspio Fixed tests to make them runnable with build pytriqs 2016-03-10 12:24:05 +01:00
.gitignore Moved PLOVasp tests to root 'test' directory 2016-03-10 11:45:53 +01:00
CMakeLists.txt Moved PLOVasp tests to root 'test' directory 2016-03-10 11:45:53 +01:00
run_all.sh Moved PLOVasp tests to root 'test' directory 2016-03-10 11:45:53 +01:00
test_all.py Moved PLOVasp tests to root 'test' directory 2016-03-10 11:45:53 +01:00