Skip to content

Commit 9b136d5

Browse files
committed
tests(cli[freeze]): Note pydocstyle updates
1 parent 7f738da commit 9b136d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cli/test_freeze.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_freeze(
3333
tmp_path: pathlib.Path,
3434
monkeypatch: pytest.MonkeyPatch,
3535
) -> None:
36+
"""Parametrized test for freezing a tmux session to a tmuxp config file."""
3637
monkeypatch.setenv("HOME", str(tmp_path))
3738
exists_yaml = tmp_path / "exists.yaml"
3839
exists_yaml.touch()

0 commit comments

Comments
 (0)