MCPcopy
hub / github.com/pytest-dev/pytest / check_call

Function check_call

testing/test_unittest.py:1252–1260  ·  testing/test_unittest.py::check_call
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1250 calls = []
1251
1252 def check_call(*args, **kwargs):
1253 calls.append((args, kwargs))
1254 assert args == (class="st">"runcall",)
1255
1256 class _pdb:
1257 def runcall(*args, **kwargs):
1258 calls.append((args, kwargs))
1259
1260 return _pdb
1261
1262 monkeypatch.setattr(class="st">"_pytest.debugging.pytestPDB._init_pdb", check_call)
1263

Callers 6

prepare_release_prFunction · 0.85
announceFunction · 0.85
regenFunction · 0.85
check_linksFunction · 0.85
pre_releaseFunction · 0.85
changelogFunction · 0.85

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected