test-example-sim · git:20260702.ae1592b · 2026-07-02 · sha256 4e36f3c83f77f36b
test-example-sim git:20260702.ae1592bA
Immutable. This exact content is served forever at /api/v1/blob/4e36f3c83f77f36b.
--- name: test-example-sim description: Run the simulation test for a single example/scene-test directory ($ARGUMENTS). Use when the user asks to run one example in simulation. --- # Run the simulation test for the example at $ARGUMENTS Detection procedures referenced below live in [`../../lib/onboard-detection.md`](../../lib/onboard-detection.md). 1. Locate the test file under `$ARGUMENTS/`: pick the single `test_*.py` that lives directly in that directory (not in a subdirectory). If none exists, tell the user the directory is not a scene test and stop. 2. **Detect platform** (sim, §B — prefer the "from a path" rule using `$ARGUMENTS`). 3. Run standalone: ```bash python $ARGUMENTS/test_<name>.py -p <platform> ``` 4. Report pass/fail status with any error output.