A Python script to run the test cases for the COMS4167 - Computer Animation assignments in Codio.
In order to run the program you need to specify which assignment you are working on. For example:
python3 run_tests.py t3m2
--extra or -e: Use this flag if you want the optional assets folder to be graded. Currently the script grades either the main assignment or the optional, not both at the same time.
--specific or -s: Specific files and/or directories you want to test.
--omit or -o: Specific files and/or directories you want to omit from testing.
This script is based on Mandeep's orginal script written for COMS4167 Fall 2018.