# test_funcs.py # # """Unit test to test the module pointfuncs.py""" import cornelltest # For assert_equals and assert_true import tuple3d # This module provides the Point class import funcs # This is what we are testing import parse # (Optional part of the lab) # Script code if __name__ == '__main__': print 'Module funcs is working correctly'