Releases: JuliaTesting/ReTestItems.jl
Releases · JuliaTesting/ReTestItems.jl
v1.12.2
ReTestItems v1.12.2
Merged pull requests:
- When
_run=false
don't schedule the testitem (#93) (@nickrobinson251)
v1.12.1
ReTestItems v1.12.1
Merged pull requests:
- Allow being passed any string type for TestCase name (#92) (@nickrobinson251)
v1.12.0
ReTestItems v1.12.0
Merged pull requests:
- Change test report to aggregate results by default (#90) (@nickrobinson251)
- Log at error level when worker killed + simplify retry logic (#91) (@nickrobinson251)
v1.11.0
ReTestItems v1.11.0
Merged pull requests:
- Introduce
_id
keyword for manually giving testitems a stable identifer (#89) (@nickrobinson251)
v1.10.0
ReTestItems v1.10.0
Merged pull requests:
- Record errors before logs in XML reports (#88) (@nickrobinson251)
v1.9.0
ReTestItems v1.9.0
Closed issues:
- Test using
Suppressor: @capture_err
is flaky (#68)
Merged pull requests:
- Fix and improve the reporting of errors from timeouts and crashes (#82) (@nickrobinson251)
- Use a Channel to safely populate setups Dict (#85) (@nickrobinson251)
- Throw if a file contains multiple testitems with the same name (#86) (@nickrobinson251)
v1.7.2
ReTestItems v1.7.2
Closed issues:
- Tests can "pass" but then be marked failed because worker kept running until it timed out (#84)
Merged pull requests:
- Replace Condition with Channel (#83) (@nickrobinson251)
v1.7.1
ReTestItems v1.7.1
Closed issues:
- Don't trigger full GC within the time allowed for a test item (#79)
Merged pull requests:
- Move GC run outside of
runtestitem
(#80) (@nickrobinson251)
v1.7.0
ReTestItems v1.7.0
Closed issues:
- Throw if a test file has any code outside
@testitem
or@testsetup
(#66) - Better error message for
@testsetup
missingmodule
(#70)
Merged pull requests:
- Fix weird syntax in tests (#75) (@c42f)
- Better error for testsetup without
module
(#77) (@nickrobinson251) - Error if test files don't only have
@testitem
/@testsetup
(#78) (@nickrobinson251)
v1.6.0
ReTestItems v1.6.0
Merged pull requests:
- Support
_source
for manually setting location (#73) (@nickrobinson251)