> Regarding the naming, “scipy-doctest” sounds straightforward. And how
> about “dev.py doctest”? That makes it clear doctest serves a different
> purpose than unittests.
>
Ah, yes. This was decided against in
https://github.com/scipy/scipy/pull/19242#discussion_r1327000250
___
On Thu, Feb 22, 2024 at 2:20 PM Evgeni Burovski
wrote:
> Hi,
>
> tl;dr: here's an RFC for the plan to decouple the doctesting machinery
> from refguide-check and use pytest as a runner.
> The plan and several RFC points below, the original email is quoted
> further down.
>
> Context: to keep exam
On Fri, Feb 23, 2024 at 11:00 AM Evgeni Burovski
wrote:
>
> Regarding the naming, “scipy-doctest” sounds straightforward. And how
>> about “dev.py doctest”? That makes it clear doctest serves a different
>> purpose than unittests.
>>
>
> Ah, yes. This was decided against in
> https://github.com/s