Skip to content

Commit cb83454

Browse files
committed
Add shell_plus example
1 parent 8644fa5 commit cb83454

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
@@ -410,6 +410,12 @@ def test_load_zsh_autotitle_warning(cli_args, tmpdir, monkeypatch):
410410
@pytest.mark.parametrize(
411411
"cli_args,inputs,env,expected_output",
412412
[
413+
(
414+
['shell_plus', '-L{SOCKET_NAME}', '-c', 'print(str(server.socket_name))'],
415+
[],
416+
{},
417+
'{SERVER_SOCKET_NAME}',
418+
),
413419
(
414420
['shell', '-L{SOCKET_NAME}', '-c', 'print(str(server.socket_name))'],
415421
[],

0 commit comments

Comments
 (0)