Releases: JuliaTesting/TestReports.jl
Releases · JuliaTesting/TestReports.jl
v0.6.2
v0.6.1
TestReports v0.6.1
Closed issues:
- Mismatch in TestReports versions when using properties (#75)
Merged pull requests:
- Fix version clashes between TestReports and package being tested (#76) (@mmiller-max)
v0.6.0
TestReports v0.6.0
Closed issues:
- Test count inconsist between native julia and xml report (#72)
Merged pull requests:
- Count test errors as tests (#73) (@mmiller-max)
v0.5.4
TestReports v0.5.4
Closed issues:
- Tidy imports (#69)
Merged pull requests:
- Tidy up imports (#70) (@mmiller-max)
v0.5.3
TestReports v0.5.3
Closed issues:
Merged pull requests:
- Speed up tests (#66) (@mmiller-max)
- Update runner command (#68) (@mmiller-max)
v0.5.2
TestReports v0.5.2
Closed issues:
- Do we need a custom testset type? (#2)
- Tests fail in PkgEval and when testing installed Package (#53)
- CustomTestSets may be broken (#61)
Merged pull requests:
- Refactor runner.jl (#58) (@mmiller-max)
- Refactor tests (#59) (@mmiller-max)
- Allow and test for custom TestSets in pkg tests (#63) (@mmiller-max)
- Fix test environment dependencies (#64) (@mmiller-max)
v0.5.1
TestReports v0.5.1
Closed issues:
- Missing/incorrect attributes in report (#56)
Merged pull requests:
- Correct ID attribute and add hostname attribute (#57) (@mmiller-max)
v0.5.0
TestReports v0.5.0
Closed issues:
Merged pull requests:
- Move CI to GitHub Actions (#52) (@mmiller-max)
- Add timing and timestamp information (#54) (@mmiller-max)
v0.4.0
TestReports v0.4.0
Closed issues:
- Move display_reporting_testset inside finish of ReportingTestSet (#34)
Merged pull requests:
- Make ReportingTestSet behaviour consistent (#35) (@mmiller-max)
v0.3.3
TestReports v0.3.3
Closed issues:
- Add/update docstrings for all exported functions/types (#18)
- An error in the runner code always displays "Package had test errors" (#31)
- Build tag doesn't link to build page (#39)
- Missing Error/Failure attribute "type" in report (#42)
- Compatibility with Gitlab test reports (#43)
Merged pull requests:
- Initial documentation (#37) (@mmiller-max)
- Show Correct StackTrace (#40) (@mdashti)
- Update have_color check to work with julia 1.5 (#41) (@JackDunnNZ)
- Add
classname
and makename
unique on<testcase>
(#44) (@JackDunnNZ) - Improve information in type and message attributes of errors and failures (#45) (@mmiller-max)
- Modify runner to distinguish between exit codes (#46) (@mmiller-max)