Skip to content

Releases: redhat-developer/dotnet-bunny

Version 5

06 Jun 09:56
Compare
Choose a tag to compare

Supports runtime-only testing when SDK is not installed.

Version 4

04 Jun 22:02
v4
Compare
Choose a tag to compare

The only change in this version is to support "running" the test suite when the .NET Core SDK is not installed. The tests are not designed to expect or anticipate this. So the test suite will now "gracefully" exit if it notices the SDK is missing.

Version 3

15 Apr 17:42
Compare
Choose a tag to compare

Version 3

This version includes a few new features:

  • Compatiblity with the older python-based ./run-tests.py is back. There's a fake python script that tries to convert arguments and make things work like before.

  • turkey now produces a new junit-compatible results file for use with CI services like jenkins.

Version 2

21 Feb 16:30
Compare
Choose a tag to compare

Fixes most compatibility issues with the python version.