[sage-devel] New doctesting framework (#12415)

2013-02-27 Thread Jeroen Demeyer
There has been a lot of work done (mainly by Robert Bradshaw, David Roe, and me) to completely replace the Sage doctesting framework. I feel that this is now ready for review. Technically speaking, I started as reviewer but I have a "reviewer patch" 180KB in size. So you can imagine, this is quite

Re: [sage-devel] New doctesting framework

2012-06-24 Thread Jeroen Demeyer
On 2012-06-24 11:25, David Roe wrote: > * Resolves #838, #4294, #4750, #9772, #10458/#12856, #11336, #12815, > #2235, #2630, #4943, #9224, #9642, #8708 Probably #11338 also. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to s

[sage-devel] New doctesting framework

2012-06-24 Thread David Roe
Hi everyone, For a few months I've been working on a new doctesting framework (based on code by Robert Bradshaw), which is now ready for review at #12415. Some highlights include: * eliminate Sage startup time per-file, which drops the time to run all tests dramatically, especially on OS X. * add