tests: run tests concurrently
This commit is contained in:
parent
ce4f9ed8f4
commit
3f816baf2b
13
README.md
13
README.md
|
|
@ -24,3 +24,16 @@ With the "/generate-invite" command,
|
|||
you can also generate an invite link for the bot
|
||||
so you can publish it.
|
||||
|
||||
## Contribute
|
||||
|
||||
Pull Requests are very welcome!
|
||||
|
||||
To run the tests and lint checks:
|
||||
|
||||
```
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install -e .[dev]
|
||||
tox
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue