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

Method test2

Lib/test/test_unittest/testmock/testpatch.py:1382–1383  ·  view source on GitHub ↗
(g, **kwargs)

Source from the content-addressed store, hash-verified

1380 @patch(foo_name + '.g')
1381 @patch.multiple(foo_name, foo=DEFAULT)
1382 def test2(g, **kwargs):
1383 _test(g, **kwargs)
1384
1385 @patch(foo_name + '.g')
1386 @patch.multiple(foo_name, f=DEFAULT)

Calls 1

_testFunction · 0.50

Tested by

no test coverage detected