summersnight.test.py revision 16aa2c670becdbbc15bfcebe162d3306245bf111
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNicoUnit test file for ../summersnight.py
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNicoRevision history:
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNico * 2012-01-28 (jazzynico): first working version (only checks the extension
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNico with the default parameters).
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNicoIf you want to help, read the python unittest documentation:
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNicosys.path.append('..') # this line allows to import the extension code
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNico #def setUp(self):
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNico #suite = unittest.TestLoader().loadTestsFromTestCase(EnvelopeBasicTest)
16aa2c670becdbbc15bfcebe162d3306245bf111JazzyNico #unittest.TextTestRunner(verbosity=2).run(suite)