1 | initial version |
Lots of projects (numpy, scipy, matplotlib, etc.) use nose, which you an install in Sage as a normal python package:
sage -sh
easy_install nose
See this stack overflow question for a more in-depth look at python testing packages.