Skip to content

Commit

Permalink
Update docs for running generations
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Sep 23, 2024
1 parent 2064542 commit 5fb2794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xarray/util/generate_aggregations.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Usage:
python xarray/util/generate_aggregations.py
pytest --doctest-modules xarray/core/_aggregations.py --accept || true
pytest --doctest-modules xarray/core/_aggregations.py
pytest --doctest-modules xarray/core/_aggregations.py, xarray/namedarray/_aggregations.py --accept || true
pytest --doctest-modules xarray/core/_aggregations.py, xarray/namedarray/_aggregations.py
This requires [pytest-accept](https://github.com/max-sixty/pytest-accept).
The second run of pytest is deliberate, since the first will return an error
Expand Down

0 comments on commit 5fb2794

Please sign in to comment.