MCPcopy Index your code
hub / github.com/RustPython/RustPython / Foo

Class Foo

Lib/test/test_unittest/test_result.py:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 # implementation simply increments the instance's testsRun counter."
74 def test_startTest(self):
75 class Foo(unittest.TestCase):
76 def test_1(self):
77 pass
78
79 test = Foo('test_1')
80

Calls

no outgoing calls