- ./run test # Run unit tests (default)
- ./run test integration # Run GPU integration tests
- ./run test <pattern> # Run tests matching pattern
- ./run tests integration # Alias works too
Routes test commands to pytest in orchestrators/imajin-pipeline,
service commands (start/stop/health) still go to imajin CLI.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>