Run tests using uv run test.py with optional arguments.
Arguments: $ARGUMENTS
Use bash test wrapper (NEVER bare python). Common invocations:
bash test— run all testsbash test --cpp— run only C++ testsbash test TestName— run a specific testbash test --clean— clean build then test
Report results in a clear, actionable format showing pass/fail counts and any error details.