Skip to content

Instantly share code, notes, and snippets.

@sanjitk7
Created June 16, 2020 08:38
Show Gist options
  • Save sanjitk7/d886ad85e2bc476ac6dc3859d6a7f326 to your computer and use it in GitHub Desktop.
Save sanjitk7/d886ad85e2bc476ac6dc3859d6a7f326 to your computer and use it in GitHub Desktop.
using test suite
testSuite1 = unittest.TestSuite()
testSuite1.addTest(unittest.makeSuite(myTest1))
runner=unittest.TextTestRunner()
runner.run(testSuite1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment