0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

feature(vscode): support for controlling vscode from widgets

This commit is contained in:
2024-09-19 18:18:25 +02:00
parent 91260bb579
commit 923867947f
2 changed files with 10 additions and 1 deletions

View File

@ -52,6 +52,7 @@ def test_start_server(qtbot, mocked_client):
stdout=subprocess.PIPE,
stderr=subprocess.DEVNULL,
preexec_fn=os.setsid,
env=mock.ANY,
)
in mock_popen.mock_calls
)