plano/demos/shared/test_runner/README.md

16 lines
179 B
Markdown
Raw Normal View History

2025-12-26 11:21:42 -08:00
# 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
```