egeldenhuys / black-fitch

[DEPRECATED] Black-box Unit Tests for Fitchfork practicals and assignments
GNU General Public License v3.0
8 stars 4 forks source link
cos212 fitchfork-practicals java-fitch unit-testing university-of-pretoria

Black Fitch

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.

Dependencies

Usage

Clone and configure Black Fitch

  1. git clone https://github.com/egeldenhuys/black-fitch.git
  2. Import java-fitch if required
  3. Run black-fitch from the directory that contains your source:
    • $ .../black-fitch/black-fitch.sh 284 ass 4

black-fitch.sh

Arguments

Example

.../black-fitch.sh 284 ass 4 Will execute .../black-fitch/cos284/ass4/task.sh

Java Fitch submodule

If testing using Java, you need to import java-fitch:

git submodule init
git submodule update

Feedback

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.