scipy / scipy_doctest

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

MAINT: remove generate_log; can use `pytest --doctest-modules --collect-only` #121

Closed ev-br closed 6 months ago

ev-br commented 6 months ago

For collection coverage, can use pytest --doctest-modules --collect-only, see https://github.com/ev-br/scpdt/wiki/Compare-the-coverage for details.

closes gh-97