#4790: sage -t does not take into account the current directory
----------------------------+----------------------------------------------
       Reporter:  gfurnish  |        Owner:  mabshoff
           Type:  defect    |       Status:  closed
       Priority:  major     |    Milestone:  sage-duplicate/invalid/wontfix
      Component:  doctest   |   Resolution:  duplicate
  coverage                  |    Merged in:
       Keywords:            |    Reviewers:  David Roe
        Authors:            |  Work issues:
Report Upstream:  N/A       |       Commit:
         Branch:            |     Stopgaps:
   Dependencies:            |
----------------------------+----------------------------------------------
Description changed by chapoton:

Old description:

> 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
> }}}

New description:

 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/ticket/4790#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to