mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
15 lines
179 B
Markdown
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
|
|
```
|