Created
June 16, 2020 08:38
-
-
Save sanjitk7/d886ad85e2bc476ac6dc3859d6a7f326 to your computer and use it in GitHub Desktop.
using test suite
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
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