Revision 167c34ac84246ad11f70869d519bc23065f9866f authored by Jeremy Low on 03 May 2016, 00:42:53 UTC, committed by Jeremy Low on 03 May 2016, 00:42:53 UTC
2 parent s 09858bf + c2f5c7a
Raw File
test.py
import unittest

if __name__ == '__main__':
    testsuite = unittest.TestLoader().discover('.')
    unittest.TextTestRunner(verbosity=1).run(testsuite)
back to top