changedetection.io/backend/tests
dgtlmoon f877af75b9
Apprise notifications (#43)
* issue #4 Adding settings screen for apprise URLS
* Adding test notification mechanism

* Move Worker module to own class file

* Adding basic notification URL runner

* Tests for notifications

* Tweak readme with notification info

* Move notification test to main test_backend.py

* Fix spacing

* Adding notifications screenshot

* Cleanup more files from test

* Offer send notification test on individual edits and main/default

* Process global notifications

* All branches test

* Wrap worker notification process in try/catch, use global if nothing set

* Fix syntax

* Handle exception, increase wait time for liveserver to come up

* Fixing test setup

* remove debug

* Split tests into their own totally isolated setups, if you know a better way to make live_server() work, MR :)

* Tidying up lint/imports
2021-05-08 11:29:41 +10:00
..
__init__.py Addingmissing files 2021-02-16 21:36:41 +01:00
conftest.py Apprise notifications (#43) 2021-05-08 11:29:41 +10:00
test_access_control.py Apprise notifications (#43) 2021-05-08 11:29:41 +10:00
test_backend.py Apprise notifications (#43) 2021-05-08 11:29:41 +10:00
test_ignore_text.py Apprise notifications (#43) 2021-05-08 11:29:41 +10:00
test_notification.py Apprise notifications (#43) 2021-05-08 11:29:41 +10:00
util.py Apprise notifications (#43) 2021-05-08 11:29:41 +10:00