provide-terminal
2026-03-10
Coverage additions and corrections following the Mar 9 feature work, including server, transport, and Cloudflare package fixes
37 files · 347+ · 125-
Coverage: WebSocket Disconnect Resume
2 files changed
test_ws_regression_disconnect.pyComprehensive tests for WS session disconnect and resume, including telnet subnegotiation edge casestest_telnet_negotiate.pyTelnet subnegotiation path coverage
Coverage: Proxy Terminal Page
4 files changed
test_terminal_proxy.pyTest coverage for the Cloudflare-hosted proxy terminal pagetest_example.pyExample server Playwright tests updatedtest_frontend_coverage.pyFrontend coverage tests updatedtest_server.pyServer Playwright tests updated
Server and Transport Corrections
9 files changed
config.pyServer config correctionsgateway.pyGateway correctionstelnet.pyTelnet transport correctionscli.pyCLI correctionstest_api.pyServer API tests updatedtest_app.pyServer app tests updatedtest_config.pyServer config tests updatedtest_jwt.pyServer JWT tests updatedtest_security.pyServer security tests updated
- Server config, gateway, and telnet transport corrections applied following the Mar 9 reorganization.
remediate
internal
3 files
config.pygateway.pytelnet.py
- Server test suites updated to match corrected module paths and behavior.
qualify
internal
5 files
test_api.pytest_app.pytest_config.pytest_jwt.pytest_security.py
Cloudflare Package Corrections
5 files changed
cf_types.pyCF type definitions correctedcontracts.pyCF contract correctionssession_runtime.pySession runtime correctionsws_helpers.pyWS helpers correctionstest_fallback_imports.pyCF fallback import tests