Test Isone
====================

.. py:module:: test_isone


Module Contents
---------------

Classes Summary
~~~~~~~~~~~~~~~

.. autoapisummary::

   test_isone.TestISONE





Attributes Summary
~~~~~~~~~~~~~~~~~~~

.. autoapisummary::

   test_isone.api_vcr
   test_isone.DST_BOUNDARIES
   test_isone.VERBOSE
   test_isone.WIND_OR_SOLAR_FORECAST_LENGTH


Contents
~~~~~~~~~~~~~~~~~~~
.. py:data:: api_vcr

   

.. py:data:: DST_BOUNDARIES
   :value: ['Mar 13, 2022', 'Nov 6, 2022']

   

.. py:class:: TestISONE

   Bases: :py:obj:`gridstatus.tests.base_test_iso.BaseTestISO`


   **Attributes**

   .. list-table::
      :widths: 15 85
      :header-rows: 0

      * - **iso**
        - get_fuel_mix


   **Methods**

   .. autoapisummary::
      :nosignatures:

      test_isone.TestISONE.test_fuel_mix_across_dst_transition
      test_isone.TestISONE.test_get_btm_solar
      test_isone.TestISONE.test_get_btm_solar_range
      test_isone.TestISONE.test_get_fuel_mix
      test_isone.TestISONE.test_get_fuel_mix_nov_7_2022
      test_isone.TestISONE.test_get_interconnection_queue
      test_isone.TestISONE.test_get_lmp_dst_boundaries
      test_isone.TestISONE.test_get_lmp_historical
      test_isone.TestISONE.test_get_lmp_latest
      test_isone.TestISONE.test_get_lmp_real_time_no_intervals_gets_current_data
      test_isone.TestISONE.test_get_lmp_today
      test_isone.TestISONE.test_get_load
      test_isone.TestISONE.test_get_load_forecast
      test_isone.TestISONE.test_get_solar_forecast_historical_date_range
      test_isone.TestISONE.test_get_solar_forecast_historical_single_date
      test_isone.TestISONE.test_get_solar_forecast_latest
      test_isone.TestISONE.test_get_solar_forecast_today
      test_isone.TestISONE.test_get_storage_historical
      test_isone.TestISONE.test_get_storage_today
      test_isone.TestISONE.test_get_wind_forecast_historical_date_range
      test_isone.TestISONE.test_get_wind_forecast_historical_single_date
      test_isone.TestISONE.test_get_wind_forecast_latest
      test_isone.TestISONE.test_get_wind_forecast_today
      test_isone.TestISONE.test_lmp_date_range
      test_isone.TestISONE.test_select_intervals_for_data_request

   .. py:method:: test_fuel_mix_across_dst_transition()


   .. py:method:: test_get_btm_solar()


   .. py:method:: test_get_btm_solar_range()


   .. py:method:: test_get_fuel_mix(date)


   .. py:method:: test_get_fuel_mix_nov_7_2022()


   .. py:method:: test_get_interconnection_queue()


   .. py:method:: test_get_lmp_dst_boundaries(date, market)


   .. py:method:: test_get_lmp_historical(market)


   .. py:method:: test_get_lmp_latest(market)


   .. py:method:: test_get_lmp_real_time_no_intervals_gets_current_data()


   .. py:method:: test_get_lmp_today(market)


   .. py:method:: test_get_load(date)


   .. py:method:: test_get_load_forecast(date)


   .. py:method:: test_get_solar_forecast_historical_date_range()


   .. py:method:: test_get_solar_forecast_historical_single_date()


   .. py:method:: test_get_solar_forecast_latest()


   .. py:method:: test_get_solar_forecast_today()


   .. py:method:: test_get_storage_historical()


   .. py:method:: test_get_storage_today()


   .. py:method:: test_get_wind_forecast_historical_date_range()


   .. py:method:: test_get_wind_forecast_historical_single_date()


   .. py:method:: test_get_wind_forecast_latest()


   .. py:method:: test_get_wind_forecast_today()


   .. py:method:: test_lmp_date_range(market)


   .. py:method:: test_select_intervals_for_data_request()



.. py:data:: VERBOSE
   :value: False

   

.. py:data:: WIND_OR_SOLAR_FORECAST_LENGTH

   

