3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 22:03:53 +02:00
dft_tools/test/plovasp/_inpconf/test_all.py
Oleg E. Peil 30dc760dcb Moved PLOVasp tests to root 'test' directory
Appropriate modifications to CMakeLists have also been made.
2016-03-10 11:45:53 +01:00

10 lines
204 B
Python

r"""
Test suite for module `inpconf.py`.
"""
import unittest
if __name__ == '__main__':
suite = unittest.TestLoader().discover('./')
unittest.TextTestRunner(verbosity=2, buffer=True).run(suite)