add test for cli commands #165
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
|