A repository with test cases for CS 5328 Assignment 5!
The files associated with questions 7, 8, and 9, can be run from the inside the file directory with the command:
python -m unittest file-name.py The files associated with questions 2, 3, 4, 10, 11, and 12 can be run from the inside the file directory with the command: python file-name.py
Unittest -- python library required by questions 2, 3, 4, 7, 8, 9