Revision 42d148c0903e435ef6faad9b1c16d59a7a64e4dd authored by chaitanya0411 on 01 November 2016, 21:07:04 UTC, committed by chaitanya0411 on 01 November 2016, 21:07:04 UTC
1 parent 0186eb3
Raw File
test.py
import unittest

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