#12336: The optional doctests in sage/databases/symbolic_data.py are 
misformatted
so they are never run
-----------------------+----------------------------------------------------
   Reporter:  was      |          Owner:  mvngu           
       Type:  defect   |         Status:  needs_review    
   Priority:  minor    |      Milestone:  sage-5.0        
  Component:  doctest  |       Keywords:                  
Work_issues:           |       Upstream:  N/A             
   Reviewer:           |         Author:  Michael Orlitzky
     Merged:           |   Dependencies:                  
-----------------------+----------------------------------------------------
Changes (by newvalueoldvalue):

 * cc: mjo (added)
  * status:  new => needs_review
  * author:  => Michael Orlitzky


Comment:

 All optional doctests in symbolic_data.py:

 {{{
 $ sage -t -verbose -only-optional symbolic_data.py
 ...
 31 passed and 0 failed.
 }}}

 Before the patch:


 {{{
 $ sage -t -verbose -only-optional=database_symbolic_data symbolic_data.py
 sage -t -verbose -only-optional=database_symbolic_data "devel/sage-
 devel/sage/databases/symbolic_data.py"
          [0.1 s]

 ----------------------------------------------------------------------
 All tests passed!
 Total time for all tests: 0.1 seconds
 }}}

 And after the patch,

 {{{
 $ sage -t -verbose -only-optional=database_symbolic_data symbolic_data.py
 ...
 31 passed and 0 failed.
 }}}

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

Reply via email to