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

Method test_deprecated_call

testing/test_recwarn.py:152–154  ·  testing/test_recwarn.py::TestDeprecatedCall.test_deprecated_call
(self)

Source from the content-addressed store, hash-verified

150 self.dep(3, 5)
151
152 def test_deprecated_call(self) -> None:
153 with pytest.deprecated_call():
154 self.dep(0, 5)
155
156 def test_deprecated_call_ret(self) -> None:
157 ret = pytest.deprecated_call(self.dep, 0)

Callers 1

Calls 1

depMethod · 0.95

Tested by

no test coverage detected