A repository to test the code of project1. Please clone this repository in your project1 folder and put all the content in a folder name test.
To do this in the project1 root directory use the command:
git clone https://github.com/cpsc3220/grade_proj1.git test
The directory structure should look like this :
The test cases uses python for testing the code. Python3 is required for this. To test your source code, you need to install some dependencies. To do this, run the command: $ pip install -r requirement.txt $
To test the various part of the code