Skip to content

Commit 26c1592

Browse files
committed
tests(cli[debug-info]): Note pydocstyle updates
1 parent 9b136d5 commit 26c1592

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cli/test_debug_info.py

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

34
import pytest
@@ -10,6 +11,7 @@ def test_debug_info_cli(
1011
tmp_path: pathlib.Path,
1112
capsys: pytest.CaptureFixture[str],
1213
) -> None:
14+
"""Basic CLI test for tmuxp debug-info."""
1315
monkeypatch.setenv("SHELL", "/bin/bash")
1416

1517
cli.cli(["debug-info"])

0 commit comments

Comments
 (0)