You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(viz): update open_visualization tests for tilemap pipeline
The handler now drives prepare-then-render: ``launch_server`` →
``_prepare_layout`` → ``open_in_browser(<url>?viz=tilemap)``. Tests
patch the new ``_prepare_layout`` so they don't issue real HTTP
traffic, and assert against the new URL surface.
* test_returns_url / test_default_args_none / test_launches_unified
— same intent, updated assertion to expect ``?viz=tilemap`` suffix
and stub the layout pipeline.
* test_opens_browser → test_opens_browser_at_tilemap_url + a new
test_opens_browser_at_legacy_url_when_extras_missing covering the
graceful fallback when ``viz-tile`` is not installed.
Local run: 7/7 pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments