#13278: Allow reporting of skipped optional tests
-------------------------------+--------------------------------------------
       Reporter:  roed         |         Owner:  mvngu         
           Type:  enhancement  |        Status:  needs_work    
       Priority:  major        |     Milestone:  sage-5.9      
      Component:  doctest      |    Resolution:                
       Keywords:               |   Work issues:                
Report Upstream:  N/A          |     Reviewers:  Jeroen Demeyer
        Authors:  David Roe    |     Merged in:                
   Dependencies:  #12415       |      Stopgaps:                
-------------------------------+--------------------------------------------
Changes (by jdemeyer):

  * status:  needs_review => needs_work


Comment:

 {{{
 **********************************************************************
 File "devel/sage/sage/doctest/test.py", line 240, in sage.doctest.test
 Failed example:
     subprocess.call(["sage", "-t", "--long", "--show-skipped", "--
 optional=sage,gap", "show_skipped.rst"], cwd=tests_dir)
 Expected:
     Running doctests ...
     Doctesting 1 file.
     sage -t --long show_skipped.rst
         1 unlabeled test not run
         2 tests not run due to known bugs
         1 other test skipped
         [3 tests, ... s]
     ----------------------------------------------------------------------
     All tests passed!
     ----------------------------------------------------------------------
     ...
     0
 Got:
     Running doctests with ID 2013-03-27-00-20-38-1d0ae1fc.
     Doctesting 1 file.
     sage -t --long show_skipped.rst
         1 unlabeled test not run
         2 tests not run due to known bugs
         0 not tested tests not run
         1 other test skipped
         [3 tests, 0.0 s]
     ----------------------------------------------------------------------
     All tests passed!
     ----------------------------------------------------------------------
     Total time for all tests: 0.0 seconds
         cpu time: 0.0 seconds
         cumulative wall time: 0.0 seconds
     0
 **********************************************************************
 }}}

 I'll have a look.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13278#comment:11>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to