]> gitweb.michael.orlitzky.com - dunshire.git/blob - test/__main__.py
Clean up a few pylint warnings and make "doc" a phony target.
[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())