Skip to content

Commit 4dd5db7

Browse files
committed
test !wip
1 parent 584c237 commit 4dd5db7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/test_workspacebuilder.py

+15
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,20 @@ def test_load_workspace_enter(
994994
- shell_command:
995995
- echo "___$((1 + 3))___"
996996
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"
9971011
"""
9981012
),
9991013
"___4___",
@@ -1002,6 +1016,7 @@ def test_load_workspace_enter(
10021016
ids=[
10031017
"pane_sleep_3_shortform",
10041018
"pane_sleep_3_longform",
1019+
"shell_command_before_sleep_3_shortform",
10051020
],
10061021
)
10071022
def test_load_workspace_sleep(

0 commit comments

Comments
 (0)