Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Running doctests on an external package in Sage 10.8+

Previously (before Sage 10.8), I was able to run doctests on an external package using

sage -t package_dir

but with Sage 10.8+, -t is no longer a valid argument and sage --help doesn't seem to offer a similar capability. Is there a way to use Sage 10.8+ for running doctests on external packages?