#9225: Indicate progress and elapsed time when running multiple doctests
---------------------------+------------------------------------------------
Reporter: mpatel | Owner: mvngu
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
When we doctest several files in parallel or in sequence, it might be
helpful to print stats relating to the test suite's progress, e.g.,
{{{
#!sh
$ sage -t monoids/
sage -t "monoids/monoid.py"
1/10 1.9 s / 1.9 s
sage -t "monoids/free_monoid.py"
2/10 2.0 s / 3.9 s
[...]
}}}
What other columns would be useful? Coverage?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9225>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.