aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pane_smoke.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pane: auto-start the ida-pro-mcp supervisor if it's downblasty11 days1-0/+87
Before creating the TUI pane, spawn probes 127.0.0.1:8745 and, if nothing is listening, launches ./spawn.sh in its own detached tmux pane and waits for the port (server_started/server_pane are reported in the JSON). Only for a local server, never a duplicate (spawn.sh binds the port), and it's not killed on 'stop' (shared across TUIs). --no-ensure-server opts out; IDATUI_SERVER_CMD overrides the launch command (used by the test). tests/pane_smoke.py exercises the machinery with a dummy port-binder in a pane (start / detect / idempotent / remote-guard), 5 green.