"""unit tests for module data.suppliermodule_test squeleton generated by unittest_testgen.py on Jan 05 at 12:38:29 file suppliermodule.py """ __revision__ = "$Id: unittest_data_suppliermodule_test.py,v 1.3 2005/01/05 11:40:42 syt Exp $" import unittest import sys from data.suppliermodule_test import * class DoNothingTC(unittest.TestCase): def setUp(self): """called before each test from this class""" self.o = DoNothing() def tearDown(self): """called after each test from this class""" pass if __name__ == "__main__": unittest.main()