#6277: sage -tp 2 a.py a.py will test a.py twice
----------------------+-----------------------------------------------------
Reporter: ncalexan | Owner: tbd
Type: defect | Status: closed
Priority: major | Milestone: sage-4.0.2
Component: doctest | Resolution: invalid
Keywords: | Reviewer:
Author: | Merged:
----------------------+-----------------------------------------------------
Changes (by was):
* status: new => closed
* resolution: => invalid
Comment:
Just for the record,
{{{sage -tp a.py a.py}}}
results in
{{{
ValueError: invalid literal for int() with base 10:
'devel/sage/sage/rings/arith.py'
}}}
so I'm fixing the title of the ticket.
I also consider this invalid. There are good reasons to want to test the
same file a bunch of times, e.g.,
{{{
sage -tp 10 a.py a.py a.py a.py a.py a.py a.py a.py a.py a.py a.py
}}}
would be very useful when tracking down errors that only happen with some
probability.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6277#comment:1>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---