mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-10 07:30:25 -04:00
python work
This commit is contained in:
parent
df0b06bf3c
commit
d053e93e72
13 changed files with 659 additions and 1036 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue