3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-18 11:15:32 +02:00
dft_tools/test/plovasp/proj_group/test_all.py
Oleg E. Peil 96104cf10d Fixed example and test case 'simple'
The test input files have been adapted to the new format
of LOCPROJ.
2016-03-24 20:11:57 +01:00

12 lines
340 B
Python

r"""
Test suite for module `plotools`.
"""
import unittest
if __name__ == '__main__':
# suite = unittest.TestLoader().discover('./')
suite = unittest.TestLoader().discover('./', pattern='test_two*')
unittest.TextTestRunner(verbosity=2, buffer=True).run(suite)
# unittest.TextTestRunner(verbosity=2, buffer=False).run(suite)