Releases: JuliaTesting/TestReports.jl
Releases · JuliaTesting/TestReports.jl
v1.2.0
TestReports v1.2.0
Merged pull requests:
- Use TestEnv (#89) (@mmiller-max)
- chore: New minor version (#123) (@mmiller-max)
v1.1.1
v1.1.0
v1.0.0
TestReports v1.0.0
Merged pull requests:
- Flattened testsets ordered by appearance (#103) (@omus)
- Flatten testsets during report generation (#104) (@omus)
- Fix typo in
recordproperty
docstring (#105) (@omus) - Support testcase properties (#106) (@omus)
- Avoid using deepcopy
report
for internal use (#108) (@omus) - Support test arguments in
reporttests.jl
(#109) (@omus) - Allow for duplicate properties (#110) (@omus)
- Pretty formatted XML (#111) (@omus)
v0.7.3
TestReports v0.7.3
Merged pull requests:
- Add codecov yaml (#94) (@mmiller-max)
- Update tagbot config (#95) (@mmiller-max)
- Wrapped tag in a for XML output (#98) (@gbruer15)
- Fix "Complex Example" testset for Julia 1.9+ (#99) (@omus)
- Modernize GitHub Action workflows (#100) (@omus)
- Flattening retains empty testsets with new properties (#102) (@omus)
Closed issues:
v0.7.2
TestReports v0.7.2
Closed issues:
- XML writer incorrectly assumes that error types can be parsed (#87)
- TestReports does not seem to support
verbose=true
option for@testset
(#90)
Merged pull requests:
- Get TestSet kwargs working (#92) (@mmiller-max)
- Make determining type of error more robust (#93) (@mmiller-max)
v0.7.1
TestReports v0.7.1
Closed issues:
- TestReports.test fails due to method error on checkinstalled! call (#86)
Merged pull requests:
- Port changes for 1.8 from TestEnv (#88) (@mmiller-max)
v0.7.0
TestReports v0.7.0
Closed issues:
Merged pull requests:
- Use Pass info in v1.7 and later (#83) (@mmiller-max)
v0.6.3
TestReports v0.6.3
Closed issues:
- update_package_test! not defined (#81)
Merged pull requests:
- Update version check for manifest changes (#82) (@JackDunnNZ)