Example #1
0
def run_tests(test_config):
    return nose_util.run(test_config)
Example #2
0
def run_tests( test_config ):
    return run( test_config )
def run_tests( test_config ):
    return nose_util.run( test_config )