hokusai/tests
Konstantin Fickel ee6c411f3c
feat: add click-based colorized output with progress events and build timer
- Add click as explicit dependency (already bundled with typer)
- Replace typer.echo calls with click.echo + click.style for colorized output
- Add BuildEvent enum and ProgressCallback to builder for decoupled progress reporting
- Remove direct typer dependency from builder module
- Show per-target status with colored labels (skip/ok/fail/...)
- Display elapsed build time in summary
- Colorize graph and clean command output
- Update CLI tests to match new output format
2026-02-14 21:25:38 +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 feat: add click-based colorized output with progress events and build timer 2026-02-14 21:25:38 +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 fix: send images to Mistral as base64 vision chunks instead of placeholders 2026-02-14 17:45:39 +01:00
test_state.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00