Skip to content

Commit af7d828

Browse files
hoel-bagardsrittau
andauthored
Apply suggestions from code review
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent 1fee26c commit af7d828

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stubs/behave/behave/runner.pyi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ class Context:
99
LAYER_NAMES: ClassVar[list[str]]
1010
FAIL_ON_CLEANUP_ERRORS: ClassVar[bool]
1111

12-
feature: Incomplete
12+
feature: Incomplete | None
1313
scenario: Incomplete
1414
tags: set[str]
1515
aborted: bool
1616
failed: bool
17-
table: Incomplete
17+
table: Incomplete | None
1818
text: str | None
1919
config: Incomplete
2020
active_outline: Incomplete
21+
fail_on_cleanup_errors: bool
2122

2223
def __init__(self, runner) -> None: ...
2324
def __getattr__(self, name: str) -> Incomplete: ...

0 commit comments

Comments
 (0)