'''
Unit test file for ../summersnight.py
Revision history:
* 2012-01-28 (jazzynico): first working version (only checks the extension
with the default parameters).
--
If you want to help, read the python unittest documentation:
'''
import sys
import unittest
from summersnight import *
#def setUp(self):
args = ['minimal-blank.svg']
e = Project()
if __name__ == '__main__':
#suite = unittest.TestLoader().loadTestsFromTestCase(EnvelopeBasicTest)
#unittest.TextTestRunner(verbosity=2).run(suite)