Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Dec 5, 2024
1 parent 150e079 commit 5c390ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pytest_bdd/reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class ScenarioReportDict(TypedDict):
name: str
line_number: int
tags: list[str]
description: str | None
feature: FeatureDict
rule: NotRequired[RuleDict]
failed: NotRequired[bool]
Expand Down

0 comments on commit 5c390ea

Please sign in to comment.