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