Skip to content

Instantly share code, notes, and snippets.

@lorne-luo
Created September 1, 2019 22:49
Show Gist options
  • Save lorne-luo/1a1db8d62d7f67a6f41350f7f575d021 to your computer and use it in GitHub Desktop.
Save lorne-luo/1a1db8d62d7f67a6f41350f7f575d021 to your computer and use it in GitHub Desktop.
programmatically run unit test
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