You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default is True, for now.
The plan is to make it False in v2.0, so that
$ pytest --doctest-modules
runs both doctests and regular tests (consistent which vanilla doctest),
and then the current behavior (== only run doctests) will require
$ pytest --doctest-modules --doctest-only-doctests=true
0 commit comments