Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
107
def
run_test_case(case):
108
suite = unittest.TestLoader().loadTestsFromTestCase(case)
109
unittest.TextTestRunner(verbosity=2).run(suite)
110
111
112
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected