예제 #1
0
def run(shouldExit=False):
    """Run the tests"""
    testCommon.run(suite(), shouldExit)
예제 #2
0
파일: testMisc.py 프로젝트: mwittgen/eups
def run(shouldExit=False):
    """Run the tests"""
    testCommon.run(suite(), shouldExit)
예제 #3
0
def run(shouldExit=False):
    testCommon.run(unittest.TestSuite(tests), shouldExit)