Releases: JuliaTesting/ReTestItems.jl
Releases · JuliaTesting/ReTestItems.jl
v1.5.1
v1.5.0
ReTestItems v1.5.0
Merged pull requests:
- Run testitem if not in
runtests
call (#61) (@nickrobinson251)
v1.4.3
ReTestItems v1.4.3
Merged pull requests:
- Store task-local variable when running a testitem (#65) (@nickrobinson251)
- Support for interactive threadpool in
worker_nthreads
(#69) (@Drvi)
v1.4.2
ReTestItems v1.4.2
Merged pull requests:
- feat: add junit_record! for two test suites (#62) (@mcmcgrath13)
- Bump version (#63) (@mcmcgrath13)
v1.4.1
ReTestItems v1.4.1
Merged pull requests:
- Remove use of require lock since we're not multithreaded eval anymore (#51) (@quinnj)
- Fix the GC.gc() invocation to do a full mark+sweep (#52) (@NHDaly)
- Support creating a
JUnitTestCase
from aDefaultTestSet
alone (#54) (@nickrobinson251) - Save and reuse when possible the temp test environments (#56) (@quinnj)
- Bump version (#57) (@quinnj)
v1.4.0
ReTestItems v1.4.0
Closed issues:
- Log output is inconsistent and sometimes duplicated (#49)
Merged pull requests:
- Record in JUnit run time ignoring compile time and GC (#48) (@nickrobinson251)
- Avoid duplicate log printing (#50) (@Drvi)
v1.3.1
ReTestItems v1.3.1
Merged pull requests:
- fix bounds error (#39) (@rntz)
- Wrap
_runtests_in_current_env
in current logger to avoid world age issues (#46) (@nickrobinson251)
v1.3.0
ReTestItems v1.3.0
Closed issues:
Merged pull requests:
- Support
test/Project.toml
files (#36) (@nickrobinson251) - Avoid intended crash showing in logs (#40) (@nickrobinson251)
- Organise tests and add notes for contributors (#43) (@nickrobinson251)
- Make
Workers
respectcolor
of targetIO
(#44) (@Drvi) - Bump to version v1.3.0 (#45) (@nickrobinson251)
v1.2.0
ReTestItems v1.2.0
Closed issues:
Merged pull requests:
- Fix file location info for testitem (#1) (@nickrobinson251)
- Fix docs definitions (#2) (@nickrobinson251)
- Fix keyword parsing (#3) (@nickrobinson251)
- Store name of testsetup in testitem (#4) (@nickrobinson251)
- Test testitems inherit group (#5) (@nickrobinson251)
- Lots more work towards fully working test item running (#6) (@quinnj)
- Some small fixes and debug logging (#7) (@nickrobinson251)
- Add fake packages for integration tests (#8) (@nickrobinson251)
- Add TestEnv as dep and do activation when running test items (#9) (@quinnj)
- Project is reachable if we're in that project env (#10) (@quinnj)
- Move code from private repo to public ReTestItems (#11) (@quinnj)
- Open-source updates from private repo (#16) (@nickrobinson251)
- Add compat for TestEnv (#17) (@nickrobinson251)
- Handle test error/failures missing file info (#19) (@nickrobinson251)
- Add
nworkers
to README docs (#20) (@nickrobinson251) - Re-enable log capture tests for testsetups (#21) (@quinnj)
- Test we support Julia v1.9 (#24) (@nickrobinson251)
- Add memory consumption and reformat stats (#25) (@Drvi)
- Search for tests in all directories, not just
src
andtest
(#27) (@nickrobinson251) - Bump version (#28) (@nickrobinson251)
- Try to fix TagBot (#29) (@nickrobinson251)
- Always start new worker after timeout or crash (#33) (@nickrobinson251)
- Allow a longer timeout on the timeout tests to reduce false failures (#37) (@nickrobinson251)
- Bump version to v1.2 (#42) (@nickrobinson251)