From 2dc309dd0973e31bef211069f52bf3d2b9595ef3 Mon Sep 17 00:00:00 2001 From: missytake Date: Sat, 7 Oct 2023 14:59:25 +0200 Subject: [PATCH] added docs on testing commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffd5d12..44b6932 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ run: ``` python3 -m venv venv . venv/bin/activate -pip install pytest tox black +pip install pytest tox black pytest-xdist pip install -e . -tox +DCC_NEW_TMP_EMAIL='https://ci.testrun.org/new_email?t=1h_2364962873z' tox ```