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 c371450 commit 6bc008dCopy full SHA for 6bc008d
tests/cli/test_cli.py
@@ -102,7 +102,7 @@ def test_pass_config_dir_ClickPath(
102
def config_cmd(workspace_file: str) -> None:
103
tmuxp_echo(find_workspace_file(workspace_file, workspace_dir=configdir))
104
105
- def check_cmd(config_arg) -> "_pytest.capture.CaptureResult":
+ def check_cmd(config_arg: str) -> "_pytest.capture.CaptureResult[str]":
106
args = parser.parse_args([config_arg])
107
config_cmd(workspace_file=args.workspace_file)
108
return capsys.readouterr()
0 commit comments