Skip to content

Commit

Permalink
Add conftest.py to test coverage; update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Dec 4, 2023
1 parent 4e8e409 commit 819d26b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ Analysis
:ref:`compiled_geometry_utility_eia861`), and the estimated total hourly electricity
demand for each US state in :ref:`predicted_state_hourly_demand`. See :issue:`1973`
and :pr:`2550`.
* The :func:`pudl.analysis.service_territory.pudl_service_territories` script has been
fixed, and can be used to generate `GeoParquet <https://geoparquet.org/>`__
outputs describing historical utility and balancing authority service territories. See
:issue:`1174` and :pr:`3086`.

Deprecations
^^^^^^^^^^^^
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ curl = ">=8.4.0"
source = [
"docs/conf.py",
"src/pudl/",
"test/conftest.py",
"test/integration/",
"test/unit/",
]
Expand Down

0 comments on commit 819d26b

Please sign in to comment.