-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
enhancementNew features w.r.t. the original refguide-checkNew features w.r.t. the original refguide-check
Milestone
Description
Please remove that:
scipy_doctest/scipy_doctest/plugin.py
Lines 52 to 55 in e1a9521
| if config.getoption("--doctest-modules"): | |
| path_str = str(collection_path) | |
| if "tests" in path_str or "test_" in path_str: | |
| return True |
I run pytest --doctest-modules --pyargs mypackage ./tests in every single project I maintain to run both unit- and doctests together. Why shouldn’t I?
Metadata
Metadata
Assignees
Labels
enhancementNew features w.r.t. the original refguide-checkNew features w.r.t. the original refguide-check