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

Function _

src/pytest_bdd/plugin.py:39–41  ·  view source on GitHub ↗

Enter pytest's pdb trace.

()

Source from the content-addressed store, hash-verified

37@when("trace")
38@then("trace")
39def _() -> None:
40 """Enter pytest's pdb trace."""
41 pytest.set_trace()
42
43
44@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected