Added support for serialization via pickle library (#929)

This commit is contained in:
Chris Caron
2023-08-19 17:14:44 -04:00
committed by GitHub
parent de4701f780
commit f55032a2ec
9 changed files with 467 additions and 5 deletions

View File

@ -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')