We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4620538 commit 0cee00fCopy full SHA for 0cee00f
tests/test_workspacebuilder.py
@@ -989,6 +989,20 @@ def test_load_workspace_enter(
989
- shell_command:
990
- echo "___$((1 + 3))___"
991
sleep: 2
992
+ """
993
+ ),
994
+ "___4___",
995
+ ],
996
+ [
997
+ textwrap.dedent(
998
999
+session_name: Should not execute
1000
+shell_command_before:
1001
+- shell_command: echo "___$((1 + 3))___"
1002
+ sleep: 2
1003
+windows:
1004
+- panes:
1005
+ - echo "command"
1006
"""
1007
),
1008
"___4___",
@@ -997,6 +1011,7 @@ def test_load_workspace_enter(
1011
ids=[
1012
"pane_sleep_3_shortform",
1013
"pane_sleep_3_longform",
1014
+ "shell_command_before_sleep_3_shortform",
1015
],
1016
)
1017
def test_load_workspace_sleep(
0 commit comments