'''
Unit test file for ../perspective.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 perspective import *
#def setUp(self):
args = ['minimal-blank.svg']
e = Project()
if __name__ == '__main__':
#suite = unittest.TestLoader().loadTestsFromTestCase(PerspectiveBasicTest)
#unittest.TextTestRunner(verbosity=2).run(suite)