WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

Moved test_tasks.py into integratin test directory (#130) #153

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

The tasks tests check that celery tasks can be used and yield the same results as calling the client directly. It's all network requests and all depends on the content returned by the client target so I've moved it to the integration test directory in its entirety.

Please merge this pull request in after #149, #150, #151, and #152. Once this final pull request is merge in, it finally closes #130.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 37.41% when pulling 11ffa770ab6945c7711ecfc4d9e2722117c98b33 on r24mille:130_move_test_tasks into 1107696c11a90c8554ccc4b810ae7dff9e20e618 on WattTime:master.