mirror of https://github.com/caronc/apprise
Updated Development_Contribution (markdown)
parent
7775de037c
commit
7c851541d3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue