Releases: JuliaTesting/TestReports.jl
v0.3.2
TestReports v0.3.2
Closed issues:
- display_reporting_testset breaks with custom testset types (#36)
Merged pull requests:
- Fix display_reporting_testset for custom testsets (#38) (@mmiller-max)
v0.3.1
TestReports v0.3.1
Added recordproperty
function that adds properties to XML testsuites.
Closed issues:
- Add way to add properties to test suites (#33)
Merged pull requests:
- Add recordproperty function (#32) (@mmiller-max)
v0.3.0
TestReports v0.3.0
Release Notes:
This update will change the format of the XML if runtests.jl
contains:
- Only a single testset with any level of nesting
- Tests not in any test set ("top level tests")
Previously, the tests in both cases would be recorded in individual testsuite
elements in the log file. Now they are grouped into one testsuite element.
Closed issues:
- Printing test report with failed chained test errors (#25)
- Display output/log file not correct when only single test set (#26)
- Stop test packages being added to root environment (#28)
Merged pull requests:
- Refactor results flattening and handle top level
Result
s (#27) (@mmiller-max) - Stop tests leaving a dependency in root environment (#29) (@mmiller-max)
- Use setindex! for attribute so that value can contain "&&" (#30) (@mmiller-max)
v0.2.6
TestReports v0.2.6
Closed issues:
- Add code coverage reports and get coverage to reasonable level (#19)
- fix xml name for multiple packages (#23)
Merged pull requests:
- Add logfilename argument (#24) (@mmiller-max)
v0.2.5
TestReports v0.2.5
Release notes:
Various bugs fixed as part of code coverage changes, affecting older versions of Julia and Windows.
Closed issues:
- Add code coverage reports and get coverage to reasonable level #19
- complexexample fails new releases #21
Merged pull requests:
- Add Windows and Codecov to Travis CI #20 (@mmiller-max)
- Update complexexample to remove stack traces #22 (@mmiller-max)
v0.2.4
TestReports v0.2.4
Closed issues:
- Add test_args and julia_args to test() (#16)
Merged pull requests:
- Add test_args and julia_args to test() (#17) (@mmiller-max)
v0.2.3
TestReports v0.2.3
Closed issues:
- test() doesn't load dependencies (#9)
Merged pull requests:
- Use sandboxes to load project and test dependencies (#10) (@mmiller-max)
v0.2.2
TestReports v0.2.2
TestReports.test()
now displays the normal output that would be seen with Pkg.test()
.
Closed issues:
- Get normal test console output while producing the report (#1)
Merged pull requests:
- Display normal test console output (#13) (@mmiller-max)
v0.2.1
v0.2.0
TestReports v0.2.0
Closed issues:
Merged pull requests:
- Install TagBot as a GitHub Action (#6) (@JuliaTagBot)
- Feature/version 1 compat (#7) (@mmiller-max)