hokusai/tests
Konstantin Fickel d565329e16
All checks were successful
Continuous Integration / Build Package (push) Successful in 31s
Continuous Integration / Lint, Check & Test (push) Successful in 49s
feat: support multiple reference images with model-aware API mapping
Replace singular reference_image field with reference_images list to
support an arbitrary number of reference images. Map them to the correct
BFL API parameter names based on model family:
- flux-2-*: input_image, input_image_2, ..., input_image_8
- flux-kontext-*: input_image, input_image_2, ..., input_image_4
- flux 1.x: image_prompt (single)

BREAKING CHANGE: reference_image config field renamed to reference_images (list).
2026-02-14 17:19:54 +01:00
..
__init__.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
conftest.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
test_builder.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
test_cli.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
test_config.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
test_graph.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
test_providers.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
test_state.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00