mesowx / MesoPy

A Python wrapper for the MesoWest environmental data API
MIT License
59 stars 23 forks source link

add coverage for exceptions #7

Closed ghost closed 9 years ago

ghost commented 9 years ago

currently at 85% due to exceptions. figure out how to handle these in nose tests

ghost commented 9 years ago

87% is about as good as its going to get. Not tested code is exclusive to exceptions that can only be raised on an individual's machine (no internet connection, no import of requests, etc.). Closing this.