]> gitweb.michael.orlitzky.com - dunshire.git/blob - test/__main__.py
6a8af8a538397216234283e7fe350f0eff912f65
[dunshire.git] / test / __main__.py
1 """
2 An implementation of __main__() that allows us to "run this module."
3 """
4 from test import build_suite, run_suite
5
6 run_suite(build_suite())