mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 16:13:12 +01:00
1.4 KiB
1.4 KiB
Description:
Related issue (if applicable): #
New Service Completion Status
- apprise/plugins/Notify.py
- KEYWORDS
- add new service into this file (alphabetically).
- README.md
- add entry for new service to table (as a quick reference)
- packaging/redhat/python-apprise.spec
- add new service into the
%global common_description
- add new service into the
Checklist
- The code change is tested and works locally.
- There is no commented out code in this PR.
- No lint errors (use
flake8
) - 100% test coverage
Testing
Anyone can help test this source code as follows:
# Create a virtual environment to work in as follows:
python3 -m venv apprise
# Change into our new directory
cd apprise
# Activate our virtual environment
source bin/activate
# Install the branch
pip install git+https://github.com/caronc/apprise.git@<this.branch-name>
# Test out the changes with the following command:
apprise -t "Test Title" -b "Test Message" \
<apprise url related to ticket>