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?