feat: introduce cross-core testing along with improvements to test frameworking

This commit is contained in:
holger krekel
2025-11-25 23:02:48 +01:00
committed by link2xt
parent 676132457f
commit d75a78d446
5 changed files with 202 additions and 21 deletions

View File

@@ -30,6 +30,15 @@ $ pip install .
Additional arguments to `tox` are passed to pytest, e.g. `tox -- -s` does not capture test output.
## Activating current checkout of deltachat-rpc-client and -server for development
Go to root repository directory and run:
```
$ scripts/make-rpc-testenv.sh
$ source venv/bin/activate
```
## Using in REPL
Setup a development environment: