Unit tests for fitchfork practicals and assignments.
These tests are to be used as a guideline only and are not guaranteed to reflect the test cases used by fitchfork.
git clone https://github.com/egeldenhuys/black-fitch.git
$ .../black-fitch/black-fitch.sh 284 ass 4
black-fitch.sh <MODULE_CODE> <prac|ass> <PRAC/ASS_NUMBER> [TASK_NUMBER]
.../black-fitch.sh 284 ass 4
Will execute .../black-fitch/cos284/ass4/task.sh
If testing using Java, you need to import java-fitch:
git submodule init
git submodule update
A pull request will be opened for each practical before being merged into master. The PR will be used for reporting results as the tests are being developed.
If you find any problems with the test cases, please open a new issue.