From e2e281694869bce806e656c4f7ca7f9c8411f6a2 Mon Sep 17 00:00:00 2001 From: Rikko Date: Mon, 29 Aug 2022 22:57:28 +0530 Subject: [PATCH] Add instructions to install test dependencies --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a378d..f1f2445 100644 --- a/README.md +++ b/README.md @@ -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 ```