Skip to content

Commit 6bc008d

Browse files
committed
chore(mypy): Add typings for test_cli.py
1 parent c371450 commit 6bc008d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_pass_config_dir_ClickPath(
102102
def config_cmd(workspace_file: str) -> None:
103103
tmuxp_echo(find_workspace_file(workspace_file, workspace_dir=configdir))
104104

105-
def check_cmd(config_arg) -> "_pytest.capture.CaptureResult":
105+
def check_cmd(config_arg: str) -> "_pytest.capture.CaptureResult[str]":
106106
args = parser.parse_args([config_arg])
107107
config_cmd(workspace_file=args.workspace_file)
108108
return capsys.readouterr()

0 commit comments

Comments
 (0)