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

Method test_two

Lib/test/test_unittest/testmock/testpatch.py:1281–1282  ·  view source on GitHub ↗
(self, mock_foo)

Source from the content-addressed store, hash-verified

1279 test.assertIsInstance(Foo, SomeClass)
1280
1281 def test_two(self, mock_foo):
1282 self._test(mock_foo)
1283 def test_one(self, mock_foo):
1284 self._test(mock_foo)
1285

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected