Exemplo n.º 1
0
def main():
    import testrunner
    return testrunner.run_many(list(TESTRUNNER(sys.argv[1:])))
Exemplo n.º 2
0
def main():
    import testrunner
    return testrunner.run_many(list(TESTRUNNER(sys.argv[1:])))
Exemplo n.º 3
0
def main():
    import testrunner
    return testrunner.run_many(TESTRUNNER())