SERG-Delft / jpacman

Pacman-inspired game, for teaching testing purposes. (>= v9.0.0)
5 stars 684 forks source link

Add separate source set for tests written by students #6

Closed casperboone closed 5 years ago

casperboone commented 5 years ago

This PR adds a new source set for tests written by students. The tests can be put in src/student-tests. The configuration should be exactly similar to the test configuration.

casperboone commented 5 years ago

gradle test jacocoTestReport now generates a coverage report which includes the execution data of both the regular tests and the student tests.

casperboone commented 5 years ago

@mauricioaniche Yup, that makes sense :) Any suggestion for a name for our tests? Couldn't come up with a good name (example-tests, default-tests, .,. 🤔).