Skip to content

Commit 79b8053

Browse files
committed
tests(cli[ls]): Note pydocstyle updates
1 parent 3b0c169 commit 79b8053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cli/test_ls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""CLI tests for tmuxp ls command."""
12
import contextlib
23
import pathlib
34

@@ -11,6 +12,7 @@ def test_ls_cli(
1112
tmp_path: pathlib.Path,
1213
capsys: pytest.CaptureFixture[str],
1314
) -> None:
15+
"""CLI test for tmuxp ls."""
1416
monkeypatch.setenv("HOME", str(tmp_path))
1517
monkeypatch.setenv("XDG_CONFIG_HOME", str(tmp_path / ".config"))
1618

0 commit comments

Comments
 (0)