plano/demos/shared/test_runner/README.md
2025-12-26 11:21:42 -08:00

15 lines
179 B
Markdown

# Demo Tests Runner
Test runner for Plano demo tests.
## Usage
Run tests using:
```bash
sh run_demo_tests.sh
```
Or run directly with pytest:
```bash
pytest test_demos.py
```