scipy / scipy_doctest

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

Define command line options and configuration settings for doctests #67

Closed Sheila-nk closed 4 months ago

Sheila-nk commented 4 months ago

I believe we can close this issue as completed since @ev-br's merged PR: https://github.com/scipy/scipy_doctest/pull/128 implements the pytest_addoption hook function to register custom cli options.