python work

This commit is contained in:
John Smith 2023-06-14 16:33:14 -04:00
parent df0b06bf3c
commit d053e93e72
13 changed files with 659 additions and 1036 deletions

View file

@ -14,7 +14,12 @@ pip3 install veilid_python
## Development
To update schema for validation:
To run tests:
```
poetry run pytest
```
To update schema for validation with the latest copy from a running `veilid-server`:
```
./update_schema.sh
```