diff --git a/Development_Contribution.md b/Development_Contribution.md index 58260d1..b494363 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -28,7 +28,7 @@ docker-compose run --rm test.py311 bash # test coverage; there can not be an error when you create a pull request docker-compose run --rm test.py311 bin/checkdone.sh -`` +``` Note: `bin/checkdone.sh` does a full scan of the product where `test.sh` is a quick way to just test the code directly and also sectionaly test it.. hence `bin/test.sh discord` would only run the _discord related_ unit tests. # Building Your Own Notification Plugin