MCPcopy Create free account
hub / github.com/pytest-dev/pytest / unset_fixture

Method unset_fixture

src/_pytest/capture.py:706–707  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

704 self._capture_fixture = capture_fixture
705
706 def unset_fixture(self) -> None:
707 self._capture_fixture = None
708
709 def activate_fixture(self) -> None:
710 """If the current item is using ``capsys`` or ``capfd``, activate

Callers 4

capsysFunction · 0.80
capsysbinaryFunction · 0.80
capfdFunction · 0.80
capfdbinaryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected