#20182: Automatic doctest for nonpackages
-------------------------+-------------------------------------------------
       Reporter:  klee   |        Owner:
           Type:         |       Status:  new
  enhancement            |    Milestone:  sage-7.1
       Priority:  minor  |   Resolution:
      Component:         |    Merged in:
  doctest framework      |    Reviewers:
       Keywords:         |  Work issues:
        Authors:         |       Commit:
Report Upstream:  N/A    |  a0df81845fd4b85ed411ce322ce879ac84e2df52
         Branch:         |     Stopgaps:
  public/20182           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by jdemeyer):

 It would be cool if this would automatically go over all test functions
 instead of this ugly error-prone code:
 {{{
     if test_latex(): pkgs.append('latex')
     if test_magma(): pkgs.append('magma')
     if test_matlab(): pkgs.append('matlab')
     if test_mathematica(): pkgs.append('mathematica')
     if test_macaulay2(): pkgs.append('macaulay2')
     if test_octave(): pkgs.append('octave')
     if test_scilab(): pkgs.append('scilab')
     if test_maple(): pkgs.append('maple')
     if test_cplex(): pkgs.append('cplex')
     if test_gurobi(): pkgs.append('gurobi')
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/20182#comment:9>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to