3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-18 19:25:33 +02:00
dft_tools/test/plovasp/proj_shell/test_all.py

11 lines
269 B
Python
Raw Normal View History

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