Releases: repobee/repobee-junit4
Releases · repobee/repobee-junit4
repobee-junit4 v2.0.0
repobee-junit4
repobee-junit4 v1.2.1
repobee-junit4 v1.2.0
repobee-junit4 v1.2.0 release notes
Breaking changes
- 08984a4 Rename rtd option in generate-rtd to make it configurable (#101)
- The option previously called
--reference-tests-dir
is now called--junit4-reference-tests-dir
to align with the same argument for therepos clone
command - Now picks up on the configured value of
junit4_reference_tests_dir
in the config file
- The option previously called
Documentation
repobee-junit4 v1.1.0
repobee-junit4 v1.1.0 release notes
Minor release with a new command: generate-rtd
. It allows one to generate the reference tests directory from template repositories that contain the reference tests (on some branch). It's designed to be used together with repobee-sanitizer.
Features
Documentation
repobee-junit4 v1.0.0
repobee-junit4 v1.0.0 release notes
This release brings repobee-junit4
up to date with RepoBee 3.
Breaking changes
- No longer compatible with RepoBee 2.
repobee-junit4 v0.8.2
repobee-junit4 v0.8.2 release notes
This is a very minor release that updates repobee-junit4 to be compatible with RepoBee v2.4.0. It does not affect usage in any way.
Documentation
Refactorings
repobee-junit4 v0.8.1
Hotfix for a typo in test result output, refer to the v0.8.0 release notes for more information on version 0.8.x.
repobee-junit4 v0.8.0
repobee-junit4 v0.8.0 release notes
Features
- 98c6b9d Add
--junit4-timeout
option to specify a hard time limit for tests (#69) - 5e895ac Tweak verbosity levels of compile error output (#66)
- 70f73e5 Completely redesign test output (#63)
- 4d46a5a Check that specified jars actually exist (#61)
Bugfixes
Documentation
Refactorings
Other
repobee-junit4 v0.7.0
Changelog
Features
- c2dfe57 Add option to run student test classes instead of reference tests (#57)
- 4cf235f Prefix cli options with --junit4 (#56)
- Breaking change!
Bugfixes
- d56e66c Convert mid-execution errors into hook result (#51)
- Instead of crashing mid-execution, an error is reported for that repo after all hooks have run