-
Notifications
You must be signed in to change notification settings - Fork 43
BUG: fix __doctest_requires__ when constraint is present #319
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
base: main
Are you sure you want to change the base?
Conversation
tests/test_doctestplus.py
Outdated
| ''' | ||
| >>> import module_that_is_not_availabe | ||
| ''' | ||
| skip |
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.
Why skip here instead of pass like f?
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.
I made a mistake. I corrected it. Thank you for bringing this up.
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.
@pllim, for this project, who is expected to resolve the conversation? You, as the person who started the conversation, me, as the producer who thinks he addressed the issue, or someone else?
Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
Fix #318.
Also improved related unit test.