> 1) being able to mark tests as "expected to fail" 
>>
>
> You can mark a doctest as
>
>      sage: 2+2  # known bug
>      5
>
> Then it won't get run ordinarily, but you can do "sage -t 
> -only-optional=bug FILE.py" to run doctests marked this way. It doesn't 
> quite do what you want, since the number of skipped tests is not reported. 
> But maybe that could be added on to the new doctesting framework being 
> developed at <http://trac.sagemath.org/sage_trac/ticket/12415>.
>

See <http://trac.sagemath.org/sage_trac/ticket/13278> and <
http://trac.sagemath.org/sage_trac/ticket/14276>, which are ready for 
review.
David

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to