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?
Copilot said : Could you clarify your setup? It’s not clear what kind of “external package” you were testing with sage -t before 10.8. Is it a pure Python module, a Cython module, or a Sage library module? Also, where is the package located (inside Sage, in site‑packages, or in an external directory)? With this information we can point you to the correct doctest method in Sage 10.8+.