mirror of
https://github.com/caronc/apprise.git
synced 2025-08-10 00:38:02 +02:00
Added support for serialization via pickle library (#929)
This commit is contained in:
@ -2016,7 +2016,7 @@ def test_parse_list():
|
||||
|
||||
|
||||
def test_import_module(tmpdir):
|
||||
"""utils: imort_module testing
|
||||
"""utils: import_module testing
|
||||
"""
|
||||
# Prepare ourselves a file to work with
|
||||
bad_file_base = tmpdir.mkdir('a')
|
||||
|
Reference in New Issue
Block a user