MCPcopy Index your code
hub / github.com/python/cpython / Foo

Class Foo

Lib/test/test_unittest/test_result.py:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 # implementation simply increments the instance's testsRun counter."
70 def test_startTest(self):
71 class Foo(unittest.TestCase):
72 def test_1(self):
73 pass
74
75 test = Foo('test_1')
76

Calls

no outgoing calls