scipy / scipy_doctest

Floating-point aware doctesting
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Why is `--doctest-glob=*rst` required for tutorials #134

Closed ev-br closed 5 months ago

ev-br commented 6 months ago

I'd expect pytest doc/source/tutorial/ --doctest-modules to just work, but apparently it needs an explicit --doctest-glob=*rst?

ev-br commented 6 months ago

ATM:

ev-br commented 5 months ago

Looks like it's the same for built-in --doctest-modules, so nothing for us to do here but follow.