Closed Sheila-nk closed 1 year ago
Here is scipy's doctest log after using this branch of the plugin to run doctests: doctest.log
Could you also compare the logs please?
@ev-br Here is the current doctest log after executing doctests on scipy using this scpdt branch: doctest.log
Okay, while this is still mighty scary, let's get this in to simplify iterating on scipy. I'm going to do a holistic review anyway, this will be a refactor opportunity.
The main issues that still need looking into are:
The first bullet in https://github.com/scipy/scipy/pull/19242#issuecomment-1722192490 shows that there's an issue with an implementation of strategy="api"
. array
from numpy is not a public object, so it should not be doctested.
find_doctests
to discover doctests in public objects.