test_ercot ===================================== .. py:module:: gridstatus.tests.test_ercot Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: gridstatus.tests.test_ercot.check_ercot_spp gridstatus.tests.test_ercot.test_ercot_get_as_prices gridstatus.tests.test_ercot.test_ercot_get_dam_latest_day_ahead_hourly_zone_should_raise_exception gridstatus.tests.test_ercot.test_ercot_get_dam_today_day_ahead_hourly_hub gridstatus.tests.test_ercot.test_ercot_get_dam_today_day_ahead_hourly_node gridstatus.tests.test_ercot.test_ercot_get_dam_today_day_ahead_hourly_zone gridstatus.tests.test_ercot.test_ercot_get_fuel_mix gridstatus.tests.test_ercot.test_ercot_get_historical_rtm_spp gridstatus.tests.test_ercot.test_ercot_get_load_3_days_ago gridstatus.tests.test_ercot.test_ercot_get_load_latest gridstatus.tests.test_ercot.test_ercot_get_load_today gridstatus.tests.test_ercot.test_ercot_get_spp_today_real_time_15_minutes_zone gridstatus.tests.test_ercot.test_ercot_get_two_days_ago_day_ahead_hourly_zone gridstatus.tests.test_ercot.test_ercot_get_two_days_ago_real_time_15_minutes_zone gridstatus.tests.test_ercot.test_ercot_parse_delivery_date_hour_ending gridstatus.tests.test_ercot.test_ercot_parse_delivery_date_hour_interval gridstatus.tests.test_ercot.test_ercot_parse_oper_day_hour_ending Contents ~~~~~~~~~~~~~~~~~~~ .. py:function:: check_ercot_spp(df, market, location_type) Common checks for SPP data: - Columns - One Market - One Location Type .. py:function:: test_ercot_get_as_prices() .. py:function:: test_ercot_get_dam_latest_day_ahead_hourly_zone_should_raise_exception() .. py:function:: test_ercot_get_dam_today_day_ahead_hourly_hub() .. py:function:: test_ercot_get_dam_today_day_ahead_hourly_node() .. py:function:: test_ercot_get_dam_today_day_ahead_hourly_zone() .. py:function:: test_ercot_get_fuel_mix() .. py:function:: test_ercot_get_historical_rtm_spp() .. py:function:: test_ercot_get_load_3_days_ago() .. py:function:: test_ercot_get_load_latest() .. py:function:: test_ercot_get_load_today() .. py:function:: test_ercot_get_spp_today_real_time_15_minutes_zone() .. py:function:: test_ercot_get_two_days_ago_day_ahead_hourly_zone() .. py:function:: test_ercot_get_two_days_ago_real_time_15_minutes_zone() .. py:function:: test_ercot_parse_delivery_date_hour_ending() .. py:function:: test_ercot_parse_delivery_date_hour_interval() .. py:function:: test_ercot_parse_oper_day_hour_ending()