From 0b664e75cbe03aa6c18d89fdb856c1b3069d2650 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Fri, 10 Nov 2023 17:43:39 +0100 Subject: [PATCH] docs: mention that people need to set the chatmail server to run the rpc tests --- deltachat-rpc-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-rpc-client/README.md b/deltachat-rpc-client/README.md index 4b7503fce..52fd83c2c 100644 --- a/deltachat-rpc-client/README.md +++ b/deltachat-rpc-client/README.md @@ -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.