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

Class StepDefinitionNotFoundError

src/pytest_bdd/exceptions.py:22–23  ·  view source on GitHub ↗

Step definition not found.

Source from the content-addressed store, hash-verified

20
21
22class StepDefinitionNotFoundError(Exception):
23 """Step definition not found."""
24
25
26class NoScenariosFound(Exception):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…