Re: [sage-devel] Basic question about running tests

2016-05-19 Thread Erik Bray
On Thu, May 19, 2016 at 1:25 PM, Jeroen Demeyer wrote: > On 2016-05-19 12:16, Erik Bray wrote: >> >> Hi all, >> >> Sorry for the simple question but I didn't see an obvious answer >> elsewhere: Is there a flag or something I can pass to the sage test >> runner to get a summary of the number of pas

Re: [sage-devel] Basic question about running tests

2016-05-19 Thread Jeroen Demeyer
On 2016-05-19 12:16, Erik Bray wrote: Hi all, Sorry for the simple question but I didn't see an obvious answer elsewhere: Is there a flag or something I can pass to the sage test runner to get a summary of the number of passed/failed tests? What exactly do you mean with "a summary of the numbe

[sage-devel] Basic question about running tests

2016-05-19 Thread Erik Bray
Hi all, Sorry for the simple question but I didn't see an obvious answer elsewhere: Is there a flag or something I can pass to the sage test runner to get a summary of the number of passed/failed tests? At the end of the test run it lists which modules contained failures and how many per module,