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 7f738da commit 9b136d5Copy full SHA for 9b136d5
tests/cli/test_freeze.py
@@ -33,6 +33,7 @@ def test_freeze(
33
tmp_path: pathlib.Path,
34
monkeypatch: pytest.MonkeyPatch,
35
) -> None:
36
+ """Parametrized test for freezing a tmux session to a tmuxp config file."""
37
monkeypatch.setenv("HOME", str(tmp_path))
38
exists_yaml = tmp_path / "exists.yaml"
39
exists_yaml.touch()
0 commit comments