def run(shouldExit=False): """Run the tests""" testCommon.run(suite(), shouldExit)
def run(shouldExit=False): testCommon.run(unittest.TestSuite(tests), shouldExit)