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 3b0c169 commit 79b8053Copy full SHA for 79b8053
tests/cli/test_ls.py
@@ -1,3 +1,4 @@
1
+"""CLI tests for tmuxp ls command."""
2
import contextlib
3
import pathlib
4
@@ -11,6 +12,7 @@ def test_ls_cli(
11
12
tmp_path: pathlib.Path,
13
capsys: pytest.CaptureFixture[str],
14
) -> None:
15
+ """CLI test for tmuxp ls."""
16
monkeypatch.setenv("HOME", str(tmp_path))
17
monkeypatch.setenv("XDG_CONFIG_HOME", str(tmp_path / ".config"))
18
0 commit comments