#16252: optional doctest broken in oeis
-------------------------------------+-------------------------------------
       Reporter:  vdelecroix         |        Owner:  vdelecroix
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.2
      Component:  documentation      |   Resolution:
       Keywords:  oeis, doctest      |    Merged in:
        Authors:  vincent delecroix  |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vdelecroix/16252                 |  6fa9592c2f7b19135b9a6baf54bcd64fc9f0352e
   Dependencies:  #14567             |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Hi,

 There was a typo in the documentation. In order to skip the doctest one
 should write
 {{{
 sage: f.browse() # optional -- internet webbrowser
 }}}
 and not
 {{{
 sage: f.browse() # optional -- internet, webbrowser
 }}}

 I did the correction in the last commit. Could you try again? You should
 get no error with
 {{{
 ./sage -t --optional=sage,internet SAGE_ROOT/src/sage/databases/oeis.py
 }}}
 but might get one with
 {{{
 ./sage -t --optional=sage,internet,webbrowser
 SAGE_ROOT/src/sage/databases/oeis.py
 }}}

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/16252#comment:10>
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 sage-trac+unsubscr...@googlegroups.com.
To post to this group, send email to sage-trac@googlegroups.com.
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