Ejemplo n.º 1
0
def run(shouldExit=False):
    """Run the tests"""
    testCommon.run(suite(), shouldExit)
Ejemplo n.º 2
0
def run(shouldExit=False):
    """Run the tests"""
    testCommon.run(suite(), shouldExit)
Ejemplo n.º 3
0
def run(shouldExit=False):
    testCommon.run(unittest.TestSuite(tests), shouldExit)