forked from missytake/team-bot
added docs on testing commands
This commit is contained in:
parent
97f661e6db
commit
2dc309dd09
|
@ -30,7 +30,7 @@ run:
|
||||||
```
|
```
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install pytest tox black
|
pip install pytest tox black pytest-xdist
|
||||||
pip install -e .
|
pip install -e .
|
||||||
tox
|
DCC_NEW_TMP_EMAIL='https://ci.testrun.org/new_email?t=1h_2364962873z' tox
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue