scipy / scipy_doctest

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

Tack instance of `DTConfig` onto pytest `config` object #95

Closed Sheila-nk closed 12 months ago

Sheila-nk commented 12 months ago

can we tack a DTConfig instance to pytest's own config object? The latter is being passed around by pytest anyway, so would be nice to use it. https://github.com/ev-br/scpdt/issues/81#issuecomment-1719567478

Closes #81

ev-br commented 12 months ago

LGTM, thanks Sheila!