Skip to content

add test for cli commands #165

add test for cli commands

add test for cli commands #165

Triggered via pull request November 8, 2024 16:39
Status Failure
Total duration 26m 13s
Artifacts

ci.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
type-check: tests/integration/test_cli_commands.py#L12
Cannot access attribute "reconfigure" for class "TextIO"   Attribute "reconfigure" is unknown (reportAttributeAccessIssue)
type-check: tests/integration/test_cli_commands.py#L13
Cannot access attribute "reconfigure" for class "TextIO"   Attribute "reconfigure" is unknown (reportAttributeAccessIssue)
type-check: tests/integration/test_cli_commands.py#L20
Return type of generator function must be compatible with "Generator[Any, Any, Any]"   "Generator[Any, Any, Any]" is not assignable to "None" (reportInvalidTypeForm)
type-check: tests/integration/test_cli_commands.py#L21
Return type of generator function must be compatible with "Generator[None, Any, Any]"   "Generator[None, Unknown, Unknown]" is not assignable to "None" (reportReturnType)
type-check
4 errors