scipy / scipy_doctest

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

rename `doctest` in the plugin to stress it is from pytest not doctest #115

Closed ev-br closed 6 months ago

ev-br commented 6 months ago

The plugin has

from _pytest import doctest

As a minor cleanup, it'd be nice to stress the difference between the stdlib doctest and pytest additions.