arcade-mcp/libs/tests/cli
jottakka bcee0f556f
Left over fixes for Windows Papercut PR (#781)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Low Risk**
> Mostly CI/test and CLI output tweaks, plus a small refactor to reuse
existing subprocess termination logic; low risk with minor potential for
CI environment/version compatibility issues.
> 
> **Overview**
> Expands CI coverage by adding Python `3.13` and `3.14` to the GitHub
Actions matrices (main tests, install test, and no-auth CLI
integration), and removes a redundant editable install step in the
no-auth workflow.
> 
> Cleans up Windows subprocess handling by dropping
`arcade_cli.deploy._graceful_terminate` and calling the shared
`arcade_core.subprocess_utils.graceful_terminate_process` directly, with
corresponding test updates.
> 
> Improves `arcade new` scaffolding guidance by printing numbered “Next
steps” with explicit stdio/HTTP run options, and adds/updates CLI tests
to assert this output. Also bumps package version to `1.11.2` and
tightens pre-commit `ruff` excludes (no longer excluding `_scratch`).
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
55c2ae106f13e5657acdbebf63e00d74c171181f. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2026-02-26 13:24:15 -03:00
..
deploy [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
usage [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_authn_callback.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_capture_formatters.py Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
test_configure.py Improve .env discovery (#737) 2026-02-25 23:20:28 -08:00
test_console_encoding.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_cross_platform.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_dashboard.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_display.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_eval_paths.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_evals_runner.py Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
test_formatter_edge_cases.py Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
test_formatters.py Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
test_main_evals.py Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
test_new_cli.py Left over fixes for Windows Papercut PR (#781) 2026-02-26 13:24:15 -03:00
test_secret.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_server_logs.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_show.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
test_stdio_signal.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_utils.py feat: Support multiple orgs & projects in Arcade CLI (#717) 2025-12-11 12:58:55 -08:00
test_utils_multi_provider.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
test_windows_subprocess.py Left over fixes for Windows Papercut PR (#781) 2026-02-26 13:24:15 -03:00