# This is only the automatic generated test file for ../motion.py
# This must be filled with real tests and this commentary
# must be cleared.
# If you want to help, read the python unittest documentation:
import sys
import unittest
from motion import *
#def setUp(self):
args = [ 'minimal-blank.svg' ]
e = Motion()
#self.assertEqual( e.something, 'some value', 'A commentary about that.' )
if __name__ == '__main__':