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

Class ScenarioValidationError

src/pytest_bdd/exceptions.py:14–15  ·  view source on GitHub ↗

Base class for scenario validation.

Source from the content-addressed store, hash-verified

12
13
14class ScenarioValidationError(Exception):
15 """Base class for scenario validation."""
16
17
18class ScenarioNotFound(ScenarioValidationError):

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…