scipy / scipy_doctest

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

MAINT: clean up imports, naming in the plugin #125

Closed ev-br closed 6 months ago

ev-br commented 6 months ago

In plugin.py, rename _pytest.doctest to pydoctest to clarify what comes from the stdlib and what is from pytest. (e.g. doctest.DoctestFinder is from stdlib, and pydoctest.DocTestModule is from pytest)

closes gh-115