scipy / scipy_doctest

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

Add DTConfig.pytest_extra_{ignore,skip,xfail} flags #136

Closed ev-br closed 5 months ago

ev-br commented 5 months ago

closes gh-132

One little thing to add would be to allow custom messages or maybe evencallables to emulate skipif. The latter can help with gh-94?

ev-br commented 5 months ago

Merging to test https://github.com/scipy/scipy/pull/20127 on CI.

A post-merge review would still be very welcome @Sheila-nk .

Sheila-nk commented 5 months ago

Otherwise, LGTM! This is great work. 🚀