mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 02:18:37 +02:00
CI: Enable testing on macOS and Windows (#707)
This commit is contained in:
@ -39,7 +39,7 @@ def test_config_memory():
|
||||
assert ConfigMemory.parse_url('garbage://') is None
|
||||
|
||||
# Initialize our object
|
||||
cm = ConfigMemory(content="syslog://", format='text')
|
||||
cm = ConfigMemory(content="json://localhost", format='text')
|
||||
|
||||
# one entry added
|
||||
assert len(cm) == 1
|
||||
@ -49,7 +49,7 @@ def test_config_memory():
|
||||
assert isinstance(cm.read(), str) is True
|
||||
|
||||
# Test situation where an auto-detect is required:
|
||||
cm = ConfigMemory(content="syslog://")
|
||||
cm = ConfigMemory(content="json://localhost")
|
||||
|
||||
# one entry added
|
||||
assert len(cm) == 1
|
||||
|
Reference in New Issue
Block a user