Persistent Storage (#1131)

This commit is contained in:
Chris Caron
2024-08-22 21:44:14 -04:00
committed by GitHub
parent 5cee11ac84
commit 827db528d0
156 changed files with 7297 additions and 518 deletions

View File

@ -136,6 +136,9 @@ def test_plugin_gnome_general_success(obj):
# Test url() call
assert isinstance(obj.url(), str) is True
# our URL Identifier is disabled
assert obj.url_id() is None
# test notifications
assert obj.notify(title='title', body='body',
notify_type=apprise.NotifyType.INFO) is True