Skip to content

Commit 0aa043f

Browse files
committed
Add shell_plus example
1 parent 81ddc61 commit 0aa043f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_cli.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,12 @@ def test_load_zsh_autotitle_warning(cli_args, tmpdir, monkeypatch):
409409
@pytest.mark.parametrize(
410410
"cli_args,inputs,env,expected_output",
411411
[
412+
(
413+
['shell_plus', '-L{SOCKET_NAME}', '-c', 'print(str(server.socket_name))'],
414+
[],
415+
{},
416+
'{SERVER_SOCKET_NAME}',
417+
),
412418
(
413419
['shell', '-L{SOCKET_NAME}', '-c', 'print(str(server.socket_name))'],
414420
[],

0 commit comments

Comments
 (0)