stable-diffusion-webui/test/quality
Michael Cahill 59e46fa069 M10: ProcessingRunner skeleton
- Add modules/runtime/runner.py with ProcessingRunner and ProcessingRequest
- Wire process_images to delegate through runner (internal only)
- Add test/quality/test_processing_runner.py contract test

Behavior-preserving. Zero blast radius. All callers unchanged.

Made-with: Cursor
2026-03-11 21:50:25 -07:00
..
.gitkeep M03: Test architecture (#2) 2026-03-08 18:39:40 -07:00
test_api_extended.py test(M04): add API endpoints and prompt_parser tests for 40% coverage (#13) 2026-03-08 22:03:50 -07:00
test_opts_override.py M05: Override isolation / temporary opts seam 2026-03-09 14:14:13 -07:00
test_processing_runner.py M10: ProcessingRunner skeleton 2026-03-11 21:50:25 -07:00
test_util_modules.py fix: get_multicond_prompt_list preserves whitespace in split (#14) 2026-03-08 22:07:57 -07:00