We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
👍 for running doctest in CI, this should help us keep the examples in sync with the implementation
Sorry, something went wrong.
I second this. It seems to run quite quickly...
Successfully merging a pull request may close this issue.
Currently almost none of the docstrings pass running
pytest --doctest-modules xarray/core
, though mostly for easy reasons.Should we run these in CI?
I've recently started using docstring tests in another project, and they've work pretty well.
CC @keewis
The text was updated successfully, but these errors were encountered: