On Tuesday, April 12, 2016 at 1:48:17 PM UTC+2, Dima Pasechnik wrote:

> perhaps a meaningful compromise would be test-wise #optional tags, per 
> test/example or per test/example block
>

Or just call the block OPTIONAL, so that 

EXAMPLES::

    sage: bar()   # optional - foo
    sage: baz()   # optional - foo

is equivalent to

OPTIONAL - foo::

    sage: bar()
    sage: baz()



-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" 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-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to