ComfyUI/tests/execution
Jefsky 87e332ff6a fix: validate max_items and offset query params in GET /history
Passing a non-integer value for max_items or offset caused an unhandled
ValueError, resulting in a 500 instead of a 400. This brings /history in
line with the existing validation pattern used by /api/jobs.

Tests added for both max_items and offset with multiple invalid string values.
2026-05-12 23:59:23 +08:00
..
testing_nodes/testing-pack Update nodes categories and display names (CORE-89) (#13786) 2026-05-08 01:02:55 -04:00
extra_model_paths.yaml Fix progress update crossover between users (#9706) 2025-09-04 19:13:28 -04:00
test_async_nodes.py Fix progress update crossover between users (#9706) 2025-09-04 19:13:28 -04:00
test_execution.py fix: validate max_items and offset query params in GET /history 2026-05-12 23:59:23 +08:00
test_jobs.py feat: add text preview support to jobs API (#12169) 2026-02-28 21:38:19 -08:00
test_preview_method.py feat(preview): add per-queue live preview method override (#11261) 2025-12-15 15:57:39 -08:00
test_progress_isolation.py Fix progress update crossover between users (#9706) 2025-09-04 19:13:28 -04:00
test_public_api.py [fix] Fixes non-async public API access (#10857) 2025-11-23 22:56:20 -08:00