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 7b39602 commit d4c7df5Copy full SHA for d4c7df5
tests/workspace/test_finder.py
@@ -257,7 +257,7 @@ def config_cmd(workspace_file: str) -> None:
257
258
project_config = projectdir / ".tmuxp.yaml"
259
260
- def check_cmd(config_arg) -> "_pytest.capture.CaptureResult":
+ def check_cmd(config_arg: str) -> "_pytest.capture.CaptureResult[str]":
261
args = parser.parse_args([config_arg])
262
config_cmd(workspace_file=args.workspace_file)
263
return capsys.readouterr()
0 commit comments