-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
3.13bugs and security fixesbugs and security fixestype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
When a doctest is run through unittest
, each docstring is wrapped in a DocTestCase
. Currently, if the docstring's examples are all skipped (either with a # doctest: +SKIP
comment, or the optionflags
argument), the DocTestCase
still reports as a test pass. Even in the verbose unittest log, there's no indication that anything has been skipped.
It would make sense for the DocTestCase
to report as skipped in this situation.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Linked PRs
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixestype-featureA feature request or enhancementA feature request or enhancement