WattTime / pyiso

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

#130 Split test_ercot.py into unit test and integration tests. #137

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

This commit splits test_ercot.py into unit tests, which have no external dependencies, and integration tests, which test pyiso's integration with external systems (e.g. ERCOT's web servers).

The LMP integration tests for ERCOT were also broken because there are now 632 LMP nodes. I fixed the test but left a TODO since I find the numbered node assertions odd.