use uv instead of poetry (#663)

This commit is contained in:
Adil Hafeez 2025-12-26 11:21:42 -08:00 committed by GitHub
parent ca95ffb63d
commit 053e2b3a74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 3086 additions and 7226 deletions

View 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
```