#16182: doctesting tutorial gives bad advice about doctesting everything
-------------------------------------------------+-------------------------
       Reporter:  darij                          |        Owner:
           Type:  defect                         |       Status:  new
       Priority:  minor                          |    Milestone:  sage-6.3
      Component:  documentation                  |   Resolution:
       Keywords:  doctest, documentation,        |    Merged in:
  tutorial                                       |    Reviewers:
        Authors:                                 |  Work issues:
Report Upstream:  N/A                            |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------
Changes (by jdemeyer):

 * component:  doctest framework => documentation


Old description:

> I'm talking about this here:
> http://www.sagemath.org/doc/developer/doctesting.html
>
> I am pretty sure that `./sage -tp 10 --long src/` should be replaced by
> `./sage -tp 10 --long src/sage/`. And even that might not be the right
> thing since we are using git:
>
> {{{
> sage -t src/sage/algebras/clifford_algebra.py.BACKUP.3033.py  # 177
> doctests failed
> sage -t src/sage/algebras/clifford_algebra.py.BASE.3033.py  # 176
> doctests failed
> sage -t src/sage/algebras/clifford_algebra.py.REMOTE.3033.py  # 177
> doctests failed
> }}}
>
> (I am not in the middle of a merge; these files have been left behind by
> git mergetool / meld.)

New description:

 I'm talking about this here:
 http://www.sagemath.org/doc/developer/doctesting.html

 I am pretty sure that `./sage -tp 10 --long src/` should be replaced by
 `./sage -tp 10 --long --all`. And even that might not be the right thing
 since we are using git:

 {{{
 sage -t src/sage/algebras/clifford_algebra.py.BACKUP.3033.py  # 177
 doctests failed
 sage -t src/sage/algebras/clifford_algebra.py.BASE.3033.py  # 176 doctests
 failed
 sage -t src/sage/algebras/clifford_algebra.py.REMOTE.3033.py  # 177
 doctests failed
 }}}

 (I am not in the middle of a merge; these files have been left behind by
 git mergetool / meld.)

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16182#comment:6>
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