scipy / scipy_doctest

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

ENH: Generate doctest log #90

Closed Sheila-nk closed 5 months ago

Sheila-nk commented 1 year ago

I installed this branch of scpdt to scipy to see what the log would look like. I have attached it below.

doctest.log

ev-br commented 1 year ago

Probably want to output full names of functions/methods:

scipy.stats._continuous_distns ============================== _digammainv
fit
betaprime_gen
fit fit fit fit fit fit fit fit fit fit

is less useful otherwise.

Sheila-nk commented 1 year ago

Current log looks like this: doctest.log

ev-br commented 5 months ago

Let's close this. In the end of the day using --collect-only turned out to be simpler. Thanks Sheila!