unsloth/tests/studio
Daniel Han 8a3e65a20c CI(api-smoke): route status lines via os.write to dodge CodeQL false-positive
CodeQL py/clear-text-logging-sensitive-data flagged
print(f'  OK {msg}') and print(f'  FAIL {msg}') in ok()/fail()
because data-flow can taint msg via _shape(body) callsites where
body originated from password-bearing requests. _shape() returns
only '<dict with N keys>' (no key/value content) so the actual
output is credential-free, but the rule does not see through the
helper.

Switch the wrapper functions and the summary block to os.write,
which is not a sink for the clear-text-logging rule. Output text
is unchanged.
2026-05-07 06:16:04 +00:00
..
install Add Studio PR-time CI: pin enforcement, frontend, backend, wheel smoke (#5298) 2026-05-06 04:41:57 -07:00
playwright_chat_ui.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-05-07 05:40:25 +00:00
playwright_extra_ui.py CI(ui-extra): use Enter to submit Compare composer + add aria-label 2026-05-07 06:01:19 +00:00
run_real_mlx_smoke.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-05-07 04:18:38 +00:00
studio_api_smoke.py CI(api-smoke): route status lines via os.write to dodge CodeQL false-positive 2026-05-07 06:16:04 +00:00
test_cancel_atomicity.py Studio: make stop button actually stop generation (#5069) 2026-04-24 10:09:25 -07:00
test_cancel_id_wiring.py Studio: make stop button actually stop generation (#5069) 2026-04-24 10:09:25 -07:00
test_chat_preset_builtin_invariants.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-05-06 11:55:39 +00:00
test_cli_repo_variant.py Studio: forward llama-server args from unsloth studio run , activate unsloth run , and allow passing model:quant to load models (#5271) 2026-05-04 17:08:04 +04:00
test_cli_run_alias.py Studio: forward llama-server args from unsloth studio run , activate unsloth run , and allow passing model:quant to load models (#5271) 2026-05-04 17:08:04 +04:00
test_cli_studio_defaults.py Default Studio host to 127.0.0.1 and prompt before auto-start (#5267) 2026-05-04 13:03:16 +04:00
test_export_output_path_contract.py feat(studio): MLX training tab on Apple Silicon (LoRA / full FT, VLM, export) (#5265) 2026-05-05 23:54:58 -07:00
test_hardware_dispatch_matrix.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-05-07 03:33:12 +00:00
test_is_mlx_dispatch_gate.py feat(studio): MLX training tab on Apple Silicon (LoRA / full FT, VLM, export) (#5265) 2026-05-05 23:54:58 -07:00
test_llama_cpp_wall_clock_cap.py Studio: make stop button actually stop generation (#5069) 2026-04-24 10:09:25 -07:00
test_mlx_training_worker_behaviors.py feat(studio): MLX training tab on Apple Silicon (LoRA / full FT, VLM, export) (#5265) 2026-05-05 23:54:58 -07:00
test_stream_cancel_registration_timing.py Studio: make stop button actually stop generation (#5069) 2026-04-24 10:09:25 -07:00
test_studio_gguf_export_script_pin.py Pin Studio GGUF export to llama.cpp's local convert script (#5275) 2026-05-05 04:03:28 -07:00
test_studio_text_descender_clipping.py Studio: Fix clipped model selector text descenders (#5210) 2026-04-29 02:51:25 -07:00