mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Small tidy up
This commit is contained in:
@@ -66,8 +66,8 @@ def pytest_runtest_teardown(item: pytest.Item, nextitem: Optional[pytest.Item])
|
|||||||
|
|
||||||
|
|
||||||
def pytest_sessionfinish(
|
def pytest_sessionfinish(
|
||||||
session: "pytest.Session",
|
session: pytest.Session,
|
||||||
exitstatus: Union[int, "pytest.ExitCode"],
|
exitstatus: Union[int, pytest.ExitCode],
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Called after whole test run finished, right before returning the exit status to the system.
|
"""Called after whole test run finished, right before returning the exit status to the system.
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ def pytest_sessionfinish(
|
|||||||
|
|
||||||
|
|
||||||
def pytest_terminal_summary(
|
def pytest_terminal_summary(
|
||||||
terminalreporter: "pytest.TerminalReporter",
|
terminalreporter: pytest.TerminalReporter,
|
||||||
exitstatus: pytest.ExitCode,
|
exitstatus: pytest.ExitCode,
|
||||||
config: pytest.Config,
|
config: pytest.Config,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user