We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fee26c commit af7d828Copy full SHA for af7d828
stubs/behave/behave/runner.pyi
@@ -9,15 +9,16 @@ class Context:
9
LAYER_NAMES: ClassVar[list[str]]
10
FAIL_ON_CLEANUP_ERRORS: ClassVar[bool]
11
12
- feature: Incomplete
+ feature: Incomplete | None
13
scenario: Incomplete
14
tags: set[str]
15
aborted: bool
16
failed: bool
17
- table: Incomplete
+ table: Incomplete | None
18
text: str | None
19
config: Incomplete
20
active_outline: Incomplete
21
+ fail_on_cleanup_errors: bool
22
23
def __init__(self, runner) -> None: ...
24
def __getattr__(self, name: str) -> Incomplete: ...
0 commit comments