From ed5a5853d9a10aa0e014946a7aa2c77e4fd87dc2 Mon Sep 17 00:00:00 2001 From: Rikko Date: Mon, 29 Aug 2022 22:48:39 +0530 Subject: [PATCH] Add instructions on executing tests --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9b118a2..88a378d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,14 @@ A plugin manager for the game - [Bombsquad](https://www.froemling.net/apps/bombs 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 - [Plugin manager's source code](plugin_manager.py) is licensed under the MIT license. See [LICENSE](LICENSE) for more