#4790: sage -t does not take into account the current directory
----------------------+-----------------------------------------------------
Reporter: gfurnish | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.2
Component: doctest | Keywords:
----------------------+-----------------------------------------------------
This is a split of #3677.
At the end of testing when reporting the results, sage -t does not take
into account the current directory. It produces output like this:
{{{
sage -t devel/sage-
combinat/sage/combinat/root_system/root_lattice_realization.py
sage -t devel/sage-
combinat/sage/combinat/root_system/root_space.py
sage -t devel/sage-
combinat/sage/combinat/root_system/root_system.py
sage -t devel/sage-
combinat/sage/combinat/root_system/weight_space.py
}}}
when it should be giving output like
{{{
sage -t ambient_space.py
sage -t root_lattice_realization.py
sage -t root_space.py
sage -t root_system.py
sage -t weight_space.py
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4790>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---