File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ class ScenarioTemplate:
166166 name : str
167167 line_number : int
168168 templated : bool
169- description : str | None = None
169+ description : str
170170 tags : set [str ] = field (default_factory = set )
171171 _steps : list [Step ] = field (init = False , default_factory = list )
172172 examples : list [Examples ] = field (default_factory = list [Examples ])
@@ -254,7 +254,7 @@ class Scenario:
254254 name : str
255255 line_number : int
256256 steps : list [Step ]
257- description : str | None = None
257+ description : str
258258 tags : set [str ] = field (default_factory = set )
259259 rule : Rule | None = None
260260
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ class ScenarioReportDict(TypedDict):
5959 line_number : int
6060 tags : list [str ]
6161 feature : FeatureDict
62+ description : str
6263 rule : NotRequired [RuleDict ]
6364 failed : NotRequired [bool ]
6465
You can’t perform that action at this time.
0 commit comments