mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Add instructions to install test dependencies
This commit is contained in:
parent
ed5a5853d9
commit
e2e2816948
1 changed files with 8 additions and 1 deletions
|
|
@ -57,7 +57,14 @@ A plugin manager for the game - [Bombsquad](https://www.froemling.net/apps/bombs
|
|||
## Tests
|
||||
|
||||
Metadata tests are automatically executed whenever a pull request is opened and a commit is pushed. You can also run them
|
||||
locally by executing the following in the project's root directory:
|
||||
locally by installing test dependencies with:
|
||||
|
||||
```bash
|
||||
$ pip install -r test/pip_reqs.txt
|
||||
```
|
||||
|
||||
and then executing the following in the project's root directory:
|
||||
|
||||
```bash
|
||||
$ python -m unittest discover
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue