Skip to content

Commit

Permalink
tests(cli[ls]): Note pydocstyle updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 21, 2023
1 parent 57af6fa commit 80f26b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cli/test_ls.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""CLI tests for tmuxp ls command."""
import contextlib
import pathlib

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

Expand Down

0 comments on commit 80f26b6

Please sign in to comment.