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

Method test3

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

Source from the content-addressed store, hash-verified

1386 @patch.multiple(foo_name, f=DEFAULT)
1387 @patch.multiple(foo_name, foo=DEFAULT)
1388 def test3(g, **kwargs):
1389 _test(g, **kwargs)
1390
1391 def _test(g, **kwargs):
1392 f = kwargs.pop('f')

Callers 1

Calls 1

_testFunction · 0.50

Tested by

no test coverage detected