scipy / scipy_doctest

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

ENH: implement the +SKIPBLOCK optionflag #53

Closed ev-br closed 2 years ago

ev-br commented 2 years ago

cf gh-10, there is finally a need for this, in numpy rst tutorials.

The original refguide-check implementation is a hack; the idea of adding a doctest optionflag is from the numpy version of refguide-check.

Here the implementation is to add a # doctest: +SKIP internally to every Example in a block.