'''
Unit test file for ../dxf_outlines.py
Revision history:
* 2012-01-25 (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 dxf_outlines import *
#def setUp(self):
args = [ 'minimal-blank.svg' ]
e = MyEffect()
if __name__ == '__main__':
#suite = unittest.TestLoader().loadTestsFromTestCase(DFXOutlineBasicTest)
#unittest.TextTestRunner(verbosity=2).run(suite)