MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / run_test_single

Function run_test_single

code/run_class.py:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27
28def run_test_single():
29 for i in range(10):
30 foo = TestSingle2()
31 print id(foo)
32
33##################################################
34

Callers 1

run_class.pyFile · 0.85

Calls 1

TestSingle2Class · 0.85

Tested by

no test coverage detected