Releases: JuliaTesting/ReTestItems.jl
Releases · JuliaTesting/ReTestItems.jl
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)
v1.25.1
ReTestItems v1.25.1
Merged pull requests:
- Move GC out of
test_end_expr
to its own keywordgc_between_testitems
(#169) (@nickrobinson251)
v1.25.0
ReTestItems v1.25.0
Merged pull requests:
- Move GC to
test_end_expr
and only collect whennworkers > 1
(#160) (@Drvi) - [RAI-28133] Output an error when
worker_init_expr
is set but test workers are zero (#162) (@nantiamak) - Clarify readme re parallelism and
@testset
(#167) (@nickrobinson251) - Improve reporting of parse errors in test files (#168) (@nickrobinson251)
Closed issues:
v1.24.0
ReTestItems v1.24.0
Merged pull requests:
- Trigger a profile before terminating worker upon timeout (#120) (@nickrobinson251)
- Readme typos (#146) (@cobac)
- Defer setting up the temp folder for pkgimage relocability (#150) (@Drvi)
- Don't error if trying to
rm
already deleted log file (#156) (@nickrobinson251) - v1.24.0 (#159) (@Drvi)
Closed issues:
- Print profile dump before killing worker when we timeout (#105)
- Return the test details with
runtests
? (#139) - @testsetup example in README does not work (#154)
v1.23.1
ReTestItems v1.23.1
Merged pull requests:
- Update v1.10 CI (#136) (@nickrobinson251)
- Add error element when error/failures happens, even if there are no logs available. (#144) (@rbvermaa)
Closed issues:
- How to initialize test environment packages? (#143)