/IV-tests

Docker image to run the IV tests

Primary LanguageShellGNU General Public License v3.0GPL-3.0

License: GPL v3

Description

This repository is used to build a docker image which can then be used to run the Perl tests in the IV-20-21 repository against any other repository and branch.

This can be handy as it allows any student to test their repositories changes before opening a Pull Request.

Example

The following docker command ilustrates how to run the test against my personal repository:

sudo docker run -e STUDENT_REPO=https://github.com/antOnioOnio/IV-20-21 antOnioOnio/IV-tests