test: add make-python-testenv.sh script

This scripts makes it easy to (re)create python testing environment.
This commit is contained in:
link2xt
2023-06-19 15:36:37 +00:00
parent 5659c1b9c2
commit dd806b2d88
2 changed files with 25 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ and an own build machine.
- `remote_tests_rust.sh` rsyncs to the build machine and runs
`run-rust-test.sh` remotely on the build machine.
- `make-python-testenv.sh` creates or updates local python test development environment.
Reusing the same environment is faster than running `run-python-test.sh` which always
recreates environment from scratch and runs additional lints.
- `run-doxygen.sh` generates C-docs which are then uploaded to https://c.delta.chat/
- `run_all.sh` builds Python wheels