CSCI318 Group Project
This project implements ART and RT test case generation algorithms in order to determine which can more quickly detect a failure.
Setup
- Install Python^3.7 https://www.python.org/downloads/
- Install Python Poetry https://python-poetry.org/docs/
- Clone the project
- Run
$poetry install
inside the root directory - Run
$poetry run group-project