Skip to content

Commit 2e54192

Browse files
committed
tests(fixtures[shell_command_before]): Note pydocstyle updates
1 parent e8873a5 commit 2e54192

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/fixtures/workspace/shell_command_before.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Test fixture for tmuxp to demonstrate shell_command_before."""
12
import pathlib
23
import typing as t
34

@@ -39,6 +40,7 @@
3940

4041

4142
def config_expanded() -> t.Dict[str, t.Any]:
43+
"""Return expanded configuration for shell_command_before example."""
4244
return { # shell_command_before is string in some areas
4345
"session_name": "sample workspace",
4446
"start_directory": "/",
@@ -91,6 +93,7 @@ def config_expanded() -> t.Dict[str, t.Any]:
9193

9294

9395
def config_after() -> t.Dict[str, t.Any]:
96+
"""Return expected configuration for shell_command_before example."""
9497
return { # shell_command_before is string in some areas
9598
"session_name": "sample workspace",
9699
"start_directory": "/",

0 commit comments

Comments
 (0)