blob: c7e33f0a1859e81cb9f416f5f3a2fd4b6e73744d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## Python Web Interface and API Client Library
Use `pipenv` (which you can install with `pip`).
pipenv run run.py
Run tests:
pipenv run pytest
# for coverage:
pipenv run pytest --cov --cov-report html
Regeneate swagger-codegen python client library (requires docker):
./codegen_python_client.sh
|