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