Skip to content

Commit 121b675

Browse files
committed
cli(freeze): Note pydocstyle updates
1 parent eed77b3 commit 121b675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cli/test_freeze.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Test workspace freezing functionality for tmuxp."""
12
import contextlib
23
import io
34
import pathlib
@@ -83,6 +84,7 @@ def test_freeze_overwrite(
8384
tmp_path: pathlib.Path,
8485
monkeypatch: pytest.MonkeyPatch,
8586
) -> None:
87+
"""Test overwrite prompt when freezing a tmuxp configuration file."""
8688
monkeypatch.setenv("HOME", str(tmp_path))
8789
exists_yaml = tmp_path / "exists.yaml"
8890
exists_yaml.touch()

0 commit comments

Comments
 (0)