hokusai/tests
Konstantin Fickel 770f408dad
All checks were successful
Continuous Integration / Build Package (push) Successful in 30s
Continuous Integration / Lint, Check & Test (push) Successful in 45s
feat: ensure image output format matches file extension
- Add hokusai/image.py with Pillow-based format detection and conversion
- Pass output_format to OpenAI gpt-image models and BFL API
- Convert mismatched images after provider writes (fallback for all providers)
- Handle RGBA-to-RGB flattening for JPEG targets
- Add Pillow dependency
2026-02-21 19:04:33 +01:00
..
__init__.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
conftest.py chore: rename bulkgen to hokusai 2026-02-20 17:08:12 +01:00
test_archive.py feat: add archive_folder support for preserving previous generations 2026-02-21 11:36:45 +01:00
test_builder.py feat: clean up stale targets removed from config on next build 2026-02-21 18:51:39 +01:00
test_cli.py feat: add regenerate command to force rebuild of specific targets 2026-02-21 11:46:07 +01:00
test_config.py feat: add content targets and loop expansion for target templates 2026-02-21 18:39:13 +01:00
test_expand.py feat: add content targets and loop expansion for target templates 2026-02-21 18:39:13 +01:00
test_graph.py feat: add prompt placeholder substitution with {filename} syntax 2026-02-20 21:20:29 +01:00
test_image.py feat: ensure image output format matches file extension 2026-02-21 19:04:33 +01:00
test_prompt.py test: add nine-backslash escape test for prompt placeholders 2026-02-20 21:20:30 +01:00
test_providers.py feat: add download target type for fetching files from URLs 2026-02-20 21:20:26 +01:00
test_resolve.py feat: add download target type for fetching files from URLs 2026-02-20 21:20:26 +01:00
test_state.py chore: rename bulkgen to hokusai 2026-02-20 17:08:12 +01:00