3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-24 06:02:24 +02:00
dft_tools/python/vasp/test/_inpconf/test_inpconf.py

11 lines
280 B
Python
Raw Normal View History

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