Updated Development_Contribution (markdown)

master
Chris Caron 2023-09-30 22:11:39 -04:00
parent 7775de037c
commit 7c851541d3
1 changed files with 1 additions and 1 deletions

@ -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 # test coverage; there can not be an error when you create a pull request
docker-compose run --rm test.py311 bin/checkdone.sh 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. 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 # Building Your Own Notification Plugin