WattTime / pyiso

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

Remove responses directory #185

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

The responses directory was an early attempt to remove network dependencies from unit tests. These responses were used in mocked unit test responses. With the implementation of #130, we've shuffled the directory structure and have new fixtures for unit test mocks.

While in the integration tests (where a lot of comments referencing the responses directory were) I saw a bunch of copy/pasted code that attempted to create UTC datetime variables incorrectly. While I was in the integration tests, I fixed a lot of those issues.

Closes #156.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 58.981% when pulling f0a50b78da4fe0f5af5e9b6cac3c0dd2ae0e7b09 on r24mille:156_remove_responses_dir into e2ffd1cf9606a8915900351d6fc7c790f2c26e95 on WattTime:master.