-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Doctests in ufuncs should respect __doctest_skip__ #175
Conversation
253c5dd
to
32830e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Definitely makes sense to pass it through the same selection criteria
I think we should document how to use |
I don't know how I feel about having to add What do others think? |
Following recent discussions, I have added back the |
Re-running astropy/astropy#12853 🤞 |
So.... do we not want to use it over at |
You could revert #12861 if you wanted. |
@mhvk , do you really want ufunc doctesting in astropy ? |
We don't have that many ufuncs, and I don't think any have examples that would be tested, since they are really for internal use. So, certainly no hurry. On the other hand, long-term we might as well test things in case things change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
astropy
core seems fine with this patch. Thanks!
Shall we merge?
Thanks! |
Thank you! When do you expect to do the next release of pytest-doctestplus? |
This comment was marked as resolved.
This comment was marked as resolved.
I'll push a release soon. Stay tuned! |
v0.12.0 is released on PyPI. |
No description provided.