3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-20 12:12:16 +02:00
dft_tools/test/plovasp/inpconf/test_all.py

10 lines
204 B
Python
Raw Normal View History

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