Skip to content

Releases: repobee/repobee-junit4

repobee-junit4 v0.6.1

14 Aug 09:03
Compare
Choose a tag to compare

repobee-junit4 v0.6.1 release notes

Features

  • dcac014 Crash immediately when reference tests dir does not exist (#48)

Other

  • 0a5ab91 Make compatible with repobee-plug v0.9.0 (#49)

repobee-junit4 v0.6.0

31 Mar 15:32
Compare
Choose a tag to compare

Changelog

  • 5414f8b repomate-junit4 is now repobee-junit4

repomate-junit4 v0.5.0

14 Mar 14:25
Compare
Choose a tag to compare

Changelog

Features

  • f88100a -v|--verbose now truncates very long lines (> 150 characters). The new -vv|--very-verbose command preserves the old behavior of -v.

Other

  • Tons of internal fixes and refactorings

repomate-junit4 v0.4.1

02 Mar 14:19
Compare
Choose a tag to compare

Changelog

Bugfixes

  • 59c89c9 Fix error parsing junit-4.12.jar from the classpath if it's the first or last element

Other

  • 4954c11 Reduce macOS Travis builds from three separate to a single one running tox with the supported Python versions
    • Significantly reduces build time

repomate-junit4 v0.4.0

28 Feb 16:23
Compare
Choose a tag to compare

Changelog

Features

  • eaa14a6 Add a strict security policy to prevent malicious code from executing

repomate-junit4 v0.3.1

24 Feb 08:07
dbc5a75
Compare
Choose a tag to compare

Changelog

repomate-junit4 v0.3.0

21 Feb 18:39
Compare
Choose a tag to compare

Changelog

Features

  • 0cdf931 Support for Java packages

Bugfixes

  • 116f35c Fix bad regex for parsing version number in setup.py

repomate-junit4 v0.2.1

03 Feb 21:07
Compare
Choose a tag to compare

Changelog

  • ce2c71f Add support for abstract test classes

repomate-junit4 v0.2.0

24 Nov 11:49
Compare
Choose a tag to compare

Changelog

  • 9799525 Add a --verbose cli option that makes prints out more info about test failures.

repomate-junit4 v0.1.3

18 Nov 12:51
Compare
Choose a tag to compare

Bugfixes

  • 70c413a Fix a bug in which directory trees with whitespace would cause java compile errors.