docs: mention that people need to set the chatmail server to run the rpc tests

This commit is contained in:
Hocuri
2023-11-10 17:43:39 +01:00
committed by link2xt
parent 1a4c2953f7
commit 0b664e75cb

View File

@@ -25,7 +25,7 @@ $ pip install .
## Testing
1. Build `deltachat-rpc-server` with `cargo build -p deltachat-rpc-server`.
2. Run `PATH="../target/debug:$PATH" tox`.
2. Run `CHATMAIL_DOMAIN=nine.testrun.org PATH="../target/debug:$PATH" tox`.
Additional arguments to `tox` are passed to pytest, e.g. `tox -- -s` does not capture test output.