Commit graph

9 commits

Author SHA1 Message Date
Michael Cahill
5fe8245957 M05: Override isolation / temporary opts seam
- Add modules/runtime_utils.py with temporary_opts context manager
- Refactor process_images() to use temporary_opts for override application
- Preserve opts.set(is_api=True, run_callbacks=False) and setattr restore
- Add test/quality/test_opts_override.py (samples_save, restore_afterwards)
- Model/VAE reload and token merging remain in process_images per decisions

Made-with: Cursor
2026-03-09 14:14:13 -07:00
m-cahill
077e4b93f4
fix: get_multicond_prompt_list preserves whitespace in split (#14)
Made-with: Cursor
2026-03-08 22:07:57 -07:00
m-cahill
12fba26e0a
test(M04): add API endpoints and prompt_parser tests for 40% coverage (#13)
Made-with: Cursor
2026-03-08 22:03:50 -07:00
m-cahill
298606f818
fix(M04): remove modules.util import to avoid circular import in tests (#12)
Made-with: Cursor
2026-03-08 21:59:17 -07:00
m-cahill
ea04028758
test(M04): add test_util_modules for coverage gate 40% (#11)
Made-with: Cursor
2026-03-08 21:56:10 -07:00
m-cahill
12f5c39a44
fix: remove merge conflict markers from test_api_extended.py (#10)
Made-with: Cursor
2026-03-08 20:27:24 -07:00
m-cahill
9aa32e8917
fix: remove test_interrogate_deepbooru (#9)
* test(M04): add quality tests for coverage gate 40%

Made-with: Cursor

* fix: remove test_interrogate_deepbooru (404 in CI stub)

Made-with: Cursor
2026-03-08 20:23:51 -07:00
m-cahill
c342f4bbc7
test(M04): add quality tests for coverage gate 40% (#8)
Made-with: Cursor
2026-03-08 20:19:53 -07:00
m-cahill
975dda4b56
M03: Test architecture (#2)
* docs(M03): seed M03 plan and toolcalls

Made-with: Cursor

* ci: add repository guardrail, update CONTRIBUTING workflow

Made-with: Cursor

* M03: Test architecture (smoke/quality/nightly)

- Move tests to test/smoke/, scaffold test/quality and test/nightly
- Add pytest.ini with smoke/quality/nightly markers
- Split CI: run_smoke_tests (PR), run_quality_tests (push main), run_nightly_tests (schedule)
- Remove run_tests.yaml
- Add prevent_upstream_push.sh pre-push hook template
- Update CONTRIBUTING.md with hook install and test tier docs
- Add repo and base-branch guardrails to workflows

Made-with: Cursor

* ci: remove obsolete warns_merge_master workflow (Serena uses main)

Made-with: Cursor

* fix: add base_url to pytest.ini for pytest-base-url plugin

Made-with: Cursor

* docs(M03): ledger, run1, audit, summary

Made-with: Cursor

* docs(M03): ledger commit 4ce5cde9

Made-with: Cursor
2026-03-08 18:39:40 -07:00