What problem does it solve? Running image-generating tests in the mflux repository risks losing output artifacts and accidentally overwriting golden reference images, making test failures hard to diagnose and regressions hard to control. ## Core Features & Use Cases - Test Execution Recipes: Run fast, slow, default, or full pytest suites via justfile commands like just test-fast and just test-slow with output preservation enabled. - Golden Image Management: Compare generated PNGs against tests/resources/reference_*.png and update references only with explicit approval after hardware validation. - Failure Reporting: Summarize failing test names, key assertions, and point to generated artifacts on disk for manual review. - Use Case: After porting a new model to MLX, run slow tests with preserved outputs, inspect output versus reference images, and commit updated golden images together with the tests. ## Quick Start Run the fast test suite for mflux and preserve all test outputs so I can inspect any failures.