erdc / quest

Python API for downloading and managing data. Checkout the documentation at:
https://quest.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Quest updates #95

Closed AaronV77 closed 6 years ago

AaronV77 commented 6 years ago

What has been done in this PR is the following:

AaronV77 commented 6 years ago

I still have to clean the comments in the config.py file to reflect the current changes. Thanks

AaronV77 commented 6 years ago

Fixes #85

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 332


Files with Coverage Reduction New Missed Lines %
/Users/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/quest/plugins/plugins.py 2 95.74%
/Users/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/quest/util/misc.py 6 79.01%
/Users/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/quest/util/config.py 7 89.23%
/Users/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/quest/api/metadata.py 8 84.31%
/Users/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/quest/api/datasets.py 37 55.84%
/Users/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/quest/plugins/user_provider.py 38 45.51%
<!-- Total: 98 -->
Totals Coverage Status
Change from base Build 329: -0.1%
Covered Lines: 4454
Relevant Lines: 6407

💛 - Coveralls
AaronV77 commented 6 years ago

@sdc50 The changes you pointed out have been made and the tests all passed. So this PR is ready to be merged.