MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / run_test_case

Function run_test_case

tensorpack/models/models_test.py:107–109  ·  view source on GitHub ↗
(case)

Source from the content-addressed store, hash-verified

105
106
107def run_test_case(case):
108 suite = unittest.TestLoader().loadTestsFromTestCase(case)
109 unittest.TextTestRunner(verbosity=2).run(suite)
110
111
112if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected