Skip to content

Commit

Permalink
tests(fixtures[shell_command_before]): Note pydocstyle updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 17, 2023
1 parent bbcfea8 commit 9859908
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fixtures/workspace/shell_command_before.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Test fixture for tmuxp to demonstrate shell_command_before."""
import pathlib
import typing as t

Expand Down Expand Up @@ -39,6 +40,7 @@


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


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

0 comments on commit 9859908

Please sign in to comment.