Skip to content

Commit 5c390ea

Browse files
committed
Fix typing
1 parent 150e079 commit 5c390ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/pytest_bdd/reporting.py

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class ScenarioReportDict(TypedDict):
5858
name: str
5959
line_number: int
6060
tags: list[str]
61+
description: str | None
6162
feature: FeatureDict
6263
rule: NotRequired[RuleDict]
6364
failed: NotRequired[bool]

0 commit comments

Comments
 (0)