> > But one's interface shouldn't be dictated by what the doctester can > and can't do.
I agree. > Does anyone know if there's a reason the standard > doctest flags (like #doctest: -ELLIPSES) don't work properly in Sage's > tests? > I investigated this. The doctest options(flags) is implemented in the parse method of doctest.DocTestParser class via _parse_example and _find_options. Sage replaces the standard class with the custom doctest.parsing.SageDocTestParser class, which unfortunately do not implement the doctest options. We may get back the doctest options functionality into Sage if we agree upon that this is desirable... -- 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 sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.