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

Class Rule

src/pytest_bdd/parser.py:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139@dataclass(eq=False)
140class Rule:
141 keyword: str
142 name: str
143 description: str
144 tags: set[str]
145 background: Background | None = None
146
147
148@dataclass(eq=False)

Callers 1

_parse_and_add_ruleMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…