On Oct 10, 7:38 pm, Robert Bradshaw <rober...@math.washington.edu>
wrote:
> There is an #optional directive one can pyt on doctests so they get  
> run (and output tested) only if the user has installed the package.  
> Sounds like that's what we should be using here.
>
> - Robert
>

Unfortunately, these are not run by Sage but rather by Python. This is
an internal test suite and the failing test is a normal Python
doctest. The unit tests are smart enough to skip modules that are not
installed but this isn't a 'missing module' problem. Doctest does not
understand # optional but there is a #doctest: +SKIP that will skip
the test. Would this be acceptable?

Adam
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to