firelab / windninja-mobile

Mobile application for WindNinja
0 stars 0 forks source link

Updated test_filestore.py to use pytest and Python 3. #169

Closed wranglerr closed 5 years ago

wranglerr commented 5 years ago

Context

Converted test_filestore.py to use pytest. Updated filestore.py to use Python 3 features, like f-strings, and documented all functions.

Follow-up

test_models.py is pretty related to test_filestore.py and will be up next.