From 80f26b681bd2cc12b5c8af37f066e05e971ba873 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Thu, 21 Dec 2023 09:09:55 -0600 Subject: [PATCH] tests(cli[ls]): Note pydocstyle updates --- tests/cli/test_ls.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cli/test_ls.py b/tests/cli/test_ls.py index f8a2113ec9c..7fdcf9ffde1 100644 --- a/tests/cli/test_ls.py +++ b/tests/cli/test_ls.py @@ -1,3 +1,4 @@ +"""CLI tests for tmuxp ls command.""" import contextlib import pathlib @@ -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"))