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