X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2F__main__.py;h=6a8af8a538397216234283e7fe350f0eff912f65;hb=59a1dcf2bf416a2527f9fdfb377afbbfa6cef696;hp=175c884766c899a6cd668ded6ec00b601d1848e0;hpb=bdb596b84a06d0c97e39d42586a51fc36ba44186;p=dunshire.git diff --git a/test/__main__.py b/test/__main__.py index 175c884..6a8af8a 100644 --- a/test/__main__.py +++ b/test/__main__.py @@ -1,3 +1,6 @@ +""" +An implementation of __main__() that allows us to "run this module." +""" from test import build_suite, run_suite run_suite(build_suite())