mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Add instructions on executing tests
This commit is contained in:
parent
74ca172fe6
commit
ed5a5853d9
1 changed files with 8 additions and 0 deletions
|
|
@ -54,6 +54,14 @@ A plugin manager for the game - [Bombsquad](https://www.froemling.net/apps/bombs
|
||||||
selection popup window in-game.
|
selection popup window in-game.
|
||||||
|
|
||||||
|
|
||||||
|
## 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:
|
||||||
|
```bash
|
||||||
|
$ python -m unittest discover
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
- [Plugin manager's source code](plugin_manager.py) is licensed under the MIT license. See [LICENSE](LICENSE) for more
|
- [Plugin manager's source code](plugin_manager.py) is licensed under the MIT license. See [LICENSE](LICENSE) for more
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue