MCPcopy Create free account
hub / github.com/apache/singa / main

Function main

test/python/run.py:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20import unittest
21
22def main():
23 loader = unittest.TestLoader()
24 tests = loader.discover('.')
25 testRunner = unittest.runner.TextTestRunner()
26 ret = not testRunner.run(tests).wasSuccessful()
27 sys.exit(ret)
28
29if __name__ == "__main__":
30 main()

Callers 1

run.pyFile · 0.70

Calls 1

runMethod · 0.45

Tested by

no test coverage detected