#12415: Update doctesting framework
-------------------------------------------------------------------------------------------------------------------------+
Reporter: robertwb
| Owner: mvngu
Type: enhancement
| Status: needs_review
Priority: major
| Milestone: sage-5.1
Component: doctest
| Resolution:
Keywords:
| Work issues:
Report Upstream: N/A
| Reviewers: Jeroen Demeyer
Authors: David Roe, Robert Bradshaw
| Merged in:
Dependencies: #13147,#13146, #13145, #12723, #12392, #12393, #12395,
#12396, #12397, #12381, #12382, #12383, #12384 | Stopgaps:
-------------------------------------------------------------------------------------------------------------------------+
Comment (by jdemeyer):
A very useful feature from the previous doctester which is missing here is
that `--verbose` actually shows the output as the test is running. So
when it gets stuck somewhere, you actually see that it gets stuck.
Currently, the whole test result is simply dumped at the end.
One more feature-request: with `--verbose`, show the time taken ''for each
single test'', i.e. I would like
{{{
Trying:
EllipticCurve('900d1').integral_points()
Expecting:
[(-11 : 27 : 1), (-4 : 34 : 1), (4 : 18 : 1), (16 : 54 : 1)]
ok [0.10s]
Trying:
E=EllipticCurve([-879984,319138704])
Expecting nothing
ok [1.92s]
Trying:
P1=E.point((540,1188)); P2=E.point((576,1836))
Expecting nothing
ok [4.59s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12415#comment:59>
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.