Re: [sage-devel] doctest quality and patchbots

2018-11-23 Thread Jeroen Demeyer
On 2018-11-22 18:45, 'Martin R' via sage-devel wrote: 1) would it be easy and desirable to make the patchbots run tests in random order? Easy: yes Desirable: no, it would create a lot of doctest failures 2) concerning https://trac.sagemath.org/ticket/26586, is it desirable to define compariso

Re: [sage-devel] doctest quality and patchbots

2018-11-23 Thread Jeroen Demeyer
On 2018-11-22 18:45, 'Martin R' via sage-devel wrote: * The tests of individual functions within a single file are ALL executed in the same environment. Same "environment" in the sense of same Python process (there is one process for each file to be tested). But global variables are rese

[sage-devel] doctest quality and patchbots

2018-11-22 Thread 'Martin R' via sage-devel
Dear all, in ticket https://trac.sagemath.org/ticket/26586 I just learned: - The tests of individual functions within a single file are ALL executed in the same environment. - The tests of the individual functions within a single file are executed in random order. So I thought, I'd