hokusai/tests
Konstantin Fickel d0dac5b1bf
Some checks failed
Continuous Integration / Build Package (push) Successful in 30s
Continuous Integration / Lint, Check & Test (push) Failing after 38s
refactor: move model definitions into providers and extract resolve module
- Rename ImageProvider to BlackForestProvider, TextProvider to MistralProvider
- Add get_provided_models() abstract method to Provider base class
- Move model lists from models.py into each provider's get_provided_models()
- Add providers/registry.py to aggregate models from all providers
- Extract infer_required_capabilities and resolve_model from config.py to resolve.py
- Update tests to use new names and import paths
2026-02-15 11:03:57 +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 refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
test_cli.py feat: add click-based colorized output with progress events and build timer 2026-02-14 21:25:38 +01:00
test_config.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +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 refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
test_resolve.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
test_state.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00