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

Method testInit

Lib/test/test_class.py:150–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 (expected_calls, actualCallList))
149
150 def testInit(self):
151 foo = AllTests()
152 self.assertCallStack([("__init__", (foo,))])
153
154 def testBinaryOps(self):
155 testme = AllTests()

Callers

nothing calls this directly

Calls 2

assertCallStackMethod · 0.95
AllTestsClass · 0.85

Tested by

no test coverage detected