"""regresstest - test the regress module. Not to be confused with the regression tests.""" import unittest from commontest import * class RegressTest(unittest.TestCase): XXX if __name__ == "__main__": unittest.main()