SERG-Delft / andy

Andy assesses student's test code. It's used in CSE1110, TU Delft.
MIT License
78 stars 22 forks source link

Tagging tests that are meant to run in CI #161

Closed mauricioaniche closed 1 year ago

mauricioaniche commented 1 year ago

In MR adds @Tag to tests that are more meant to be run in the CI. For example, the WebLab tests that require extra configuration. Tags make it easy for us to exclude them in local (via a simple JUnit configuration).