stable-diffusion-webui/test
m-cahill 0d11b587ca
fix(M10): defer modules.processing import in test_processing_runner (#28)
Quality tests fail during collection because test_processing_runner imports
modules.processing at module level, which triggers sd_samplers before
shared.opts is initialized. Defer import to inside test and add initialize
fixture so webui/opts are loaded first.

Made-with: Cursor
2026-03-11 22:54:02 -07:00
..
nightly M03: Test architecture (#2) 2026-03-08 18:39:40 -07:00
quality fix(M10): defer modules.processing import in test_processing_runner (#28) 2026-03-11 22:54:02 -07:00
smoke M03: Test architecture (#2) 2026-03-08 18:39:40 -07:00
test_files Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN 2023-12-30 16:30:49 +02:00
test_outputs Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN 2023-12-30 16:30:49 +02:00
__init__.py M03: Test architecture (#2) 2026-03-08 18:39:40 -07:00
conftest.py fix(M05): ensure config exists so opts.data populated for test_opts_override 2026-03-09 15:33:11 -07:00