Releases: JuliaTesting/ReTestItems.jl
Releases · JuliaTesting/ReTestItems.jl
v1.33.2
ReTestItems v1.33.2
Merged pull requests:
- Update CI to use
julia-actions/cache
and1.12
+ fixes for 1.12 (#221) (@nickrobinson251)
Closed issues:
- Switch CI to use
julia-actions/cache
(#207)
v1.33.1
ReTestItems v1.33.1
Merged pull requests:
- Fix logging test counting bug when more workers than tests (#219) (@nickrobinson251)
- Don't touch the file system when precompiling (#220) (@Drvi)
v1.33.0
ReTestItems v1.33.0
Merged pull requests:
- throw if no test items found (#216) (@nickrobinson251)
- Bump version (#218) (@nickrobinson251)
v1.32.0
ReTestItems v1.32.0
Merged pull requests:
- Update Test.FailFastError handling after Julia pr 58695 (#214) (@nickrobinson251)
- warn if no test items found (#215) (@nickrobinson251)
Closed issues:
- Drop LoggingExtras.jl dependency (#135)
v1.31.0
ReTestItems v1.31.0
Merged pull requests:
- Print a completion message when all tests are done (#192) (@nickrobinson251)
- More tests for
macro testitem
(#201) (@nickrobinson251) - Update github actions versions (#204) (@nickrobinson251)
- Skip reference tests on windows (#208) (@nickrobinson251)
- Bump version (#210) (@nickrobinson251)
v1.30.0
ReTestItems v1.30.0
Merged pull requests:
- Refactor options into an internal Config struct (#190) (@nickrobinson251)
- Run CI tests on Julia v1.11 too (#193) (@nickrobinson251)
- Replace LoggingExtras.jl dep with our own debug macro (#195) (@nickrobinson251)
- fix: windows resource busy/locked (#203) (@avik-pal)
Closed issues:
v1.29.0
ReTestItems v1.29.0
Merged pull requests:
- Throw if
test_end_expr
not a:block
expr (#191) (@nickrobinson251)
v1.28.0
ReTestItems v1.28.0
Merged pull requests:
- Add
failfast
option (#133) (@nickrobinson251)
Closed issues:
- Feature request: Fail-fast option (#132)
v1.27.0
ReTestItems v1.27.0
Merged pull requests:
- Replace
relpath
with cheaper function (#174) (@nickrobinson251) - Surface test error if running testitem directly (#178) (@nickrobinson251)
- Bump version (#188) (@nickrobinson251)
Closed issues:
v1.26.0
ReTestItems v1.26.0
Note that test files that contain any top-level macrocalls other than @testitem
and @testsetup
will now throw; which was always the documented supported use-case. More strictly enforcing only supported usage means we are able to reduce latency.
Merged pull requests:
- Always run the test_end_expr, even if the test throws an exception. (#163) (@NHDaly)
- Filter testitems from AST before
eval
to reduce latency (#170) (@nickrobinson251) - Do all filtering of testitems at AST level (#179) (@nickrobinson251)