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
ENH: make collection strategy user configurable in the pytest layer (#128)
* ENH: make collection strategy user configurable in the pytest layer
The default is the vanilla doctest collection, strategy=None.
To select strategy='api', use the command flag
$ pytest --doctest-modules --doctest-collect=api
When to use what. strategy='api' is meant for packages with
non-trivial internal structure and where you only enfore doctests
correctness for public objects.
For individual single-file modules, you probably want strategy=None.
* DOC: update README.md
Co-authored-by: Sheila <[email protected]>
---------
Co-authored-by: Sheila <[email protected]>
0 commit comments