WattTime / pyiso

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

Tests from some integration test classes should be moved into integration for specific BaseClient methods #155

Closed r24mille closed 2 years ago

r24mille commented 7 years ago

Some integration test classes are comprised of basic calls to the BaseClient methods they implement, checking that the network request worked and response content was able to be parsed. These standard request/response checks for each BaseClient methods exist centrally in test_genmix.py, test_lmp.py, test_load.py, test_trade.py, and test_tasks.py.

These specific integration test classes should have their basic checks moved: