scipy / scipy_doctest

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

BUG: fix testing *rst tutorials #133

Closed ev-br closed 6 months ago

ev-br commented 6 months ago

This is a minimal fix to close #130: the following passes on scipy

$ python dev.py shell
$ cd scipy/doc/source/tutorials
$ pytest doc/source/tutorial/ --doctest-glob=*rst

Further enhancements are tracked in #132, #56.

Further UX improvements:

ev-br commented 6 months ago

Am going to land this as a minimal viable implementation. A refactor needed for gh-132 is next.