WattTime / pyiso

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

Investigate and remove the responses directory #156

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

We've consolidated static response content (e.g. for mocked responses in unit tests) into the fixtures directory. There seems to be an old responses directory that's not used by much. It may be used by test_trade.py in some fashion.

  1. Investigate what's being used from the responses directory.
  2. Move it to the fixtures directory where necessary.
  3. Delete any unused content and the responses directory itself once everything is figured out.

Getting rid of the responses directory should make things should make things straightforward for new contributors looking to add unit test coverage to their work.