We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed77b3 commit 121b675Copy full SHA for 121b675
tests/cli/test_freeze.py
@@ -1,3 +1,4 @@
1
+"""Test workspace freezing functionality for tmuxp."""
2
import contextlib
3
import io
4
import pathlib
@@ -83,6 +84,7 @@ def test_freeze_overwrite(
83
84
tmp_path: pathlib.Path,
85
monkeypatch: pytest.MonkeyPatch,
86
) -> None:
87
+ """Test overwrite prompt when freezing a tmuxp configuration file."""
88
monkeypatch.setenv("HOME", str(tmp_path))
89
exists_yaml = tmp_path / "exists.yaml"
90
exists_yaml.touch()
0 commit comments