Revision 80220b51b244760672849be325b82f4b6ee8b57f authored by Jeremy Low on 17 February 2018, 12:15:06 UTC, committed by Jeremy Low on 17 February 2018, 12:15:06 UTC
2 parent s c416c1c + 6c22249
Raw File
test.py
import unittest

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