Closed wranglerr closed 5 years ago
Converted test_filestore.py to use pytest. Updated filestore.py to use Python 3 features, like f-strings, and documented all functions.
test_filestore.py
filestore.py
test_models.py is pretty related to test_filestore.py and will be up next.
test_models.py
Context
Converted
test_filestore.py
to use pytest. Updatedfilestore.py
to use Python 3 features, like f-strings, and documented all functions.Follow-up
test_models.py
is pretty related totest_filestore.py
and will be up next.