mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
use uv instead of poetry (#663)
This commit is contained in:
parent
ca95ffb63d
commit
053e2b3a74
41 changed files with 3086 additions and 7226 deletions
15
demos/shared/test_runner/README.md
Normal file
15
demos/shared/test_runner/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue