Skip to content

Commit 6bb9d45

Browse files
committed
tests(cli[freezer]): Note pydocstyle updates
1 parent 121b675 commit 6bb9d45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/workspace/test_freezer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Tests for freezing tmux sessions with tmuxp."""
1+
"""Tests tmux session freezing functionality for tmuxp."""
22
import pathlib
33
import time
44
import typing
@@ -16,6 +16,7 @@
1616

1717

1818
def test_freeze_config(session: Session) -> None:
19+
"""Test freezing a tmux session."""
1920
session_config = ConfigReader._from_file(
2021
test_utils.get_workspace_file("workspace/freezer/sample_workspace.yaml")
2122
)
@@ -87,6 +88,7 @@ def test_inline_workspace() -> None:
8788
def test_export_yaml(
8889
tmp_path: pathlib.Path, config_fixture: "WorkspaceTestData"
8990
) -> None:
91+
"""Test exporting a frozen tmux session to YAML."""
9092
yaml_workspace_file = tmp_path / "config.yaml"
9193

9294
sample_workspace = freezer.inline(

0 commit comments

Comments
 (0)