We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156b51d commit 1b3dff5Copy full SHA for 1b3dff5
README.md
@@ -151,7 +151,7 @@ $ pytest --pyargs <your-package> --doctest-modules --doctest-collect=api
151
See [More fine-grained control](#more-fine-grained-control) section
152
for details on how to customize the behavior.
153
154
-** NOTE ** Currently, `pytest --doctest-modules` only collects doctests and skips
+**NOTE ** Currently, `pytest --doctest-modules` only collects doctests and skips
155
'regular' unit tests. This differs from the vanilla `pytest` behavior, which collects
156
both doctests and unit tests.
157
The behavior will change in a future version: `scipy-doctest==2.0` **will change the
0 commit comments