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

Class StepImplementationError

src/pytest_bdd/exceptions.py:6–7  ·  view source on GitHub ↗

Step implementation error.

Source from the content-addressed store, hash-verified

4
5
6class StepImplementationError(Exception):
7 """Step implementation error."""
8
9
10class ScenarioIsDecoratorOnly(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…