Created
September 1, 2019 22:49
-
-
Save lorne-luo/1a1db8d62d7f67a6f41350f7f575d021 to your computer and use it in GitHub Desktop.
programmatically run unit test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
suite = unittest.TestLoader().loadTestsFromTestCase(TestMultiplyBy5Operator) | |
unittest.TextTestRunner(verbosity=2).run(suite) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment