We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently almost none of the docstrings pass running pytest --doctest-modules xarray/core, though mostly for easy reasons.
pytest --doctest-modules xarray/core
Should we run these in CI?
I've recently started using docstring tests in another project, and they've work pretty well.
CC @keewis