scipy / scipy_doctest

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

ENH: Configure pytest to use DTParser & DTFinder #80

Closed Sheila-nk closed 1 year ago

Sheila-nk commented 1 year ago

Closes #73

Sheila-nk commented 1 year ago

Marking this ready for review. I tried implementing the pytest_collect_file hook but I realized I will need to make accommodations for different pytest versions. For example, the path variable doesn't have the name attribute in some pytest versions, it's basename instead. I will that in a different PR.

Sheila-nk commented 1 year ago

Oops. I didn't mean to create two separate jobs, I think I will use a for loop instead.

ev-br commented 1 year ago

LGTM. Can be tweaked later, if needed.

Sheila-nk commented 1 year ago

Great! Will proceed to merge this. 🚀