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

Class Foo

Lib/test/test_unittest/test_suite.py:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11class Test(object):
12 class Foo(unittest.TestCase):
13 def test_1(self): pass
14 def test_2(self): pass
15 def test_3(self): pass
16 def runTest(self): pass
17
18def _mk_TestSuite(*names):
19 return unittest.TestSuite(Test.Foo(n) for n in names)

Callers 4

test_addTestsMethod · 0.70

Calls

no outgoing calls

Tested by 4

test_addTestsMethod · 0.56