コード例 #1
0
ファイル: testMisc.py プロジェクト: CraigLoomis/eups
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)