Releases: JuliaTesting/ParallelTestRunner.jl
Releases · JuliaTesting/ParallelTestRunner.jl
v1.0.3
ParallelTestRunner v1.0.3
Merged pull requests:
- Use Malt instead of Distributed.jl (#48) (@vchuravy)
- Add GPUArrays.jl and Metal.jl examples in README (#49) (@giordano)
- Update help message in README.md, and clarify
runtests
arguments (#50) (@giordano) - Disable fail-fast in UnitTests workflow (#52) (@giordano)
- Add WorkerTestSet to avoid loss of context due to TestSetException (#55) (@vchuravy)
Closed issues:
- Retain precise testset information in failed tests (#32)
v1.0.2
v1.0.1
ParallelTestRunner v1.0.1
Merged pull requests:
- Also report time for failed tests (#34) (@christiangnrd)
- Update missed comment in #34 (#36) (@christiangnrd)
- Fix
clear_status
(#38) (@christiangnrd) - Move
print_test_finished
arguments for consistency (#40) (@christiangnrd) - Use redirect_stdio instead of IOCapture to avoid issues. (#42) (@maleadt)
- Bump version from 1.0.0 to 1.0.1 (#45) (@giordano)
- Test for backtrace info. (#46) (@maleadt)
Closed issues:
- More consistent
print_test_*
function signatures before making them public (#37)
v1.0.0
ParallelTestRunner v1.0.0
Breaking changes
None.
Merged pull requests:
- Add progress indication and ETA status line. (#15) (@maleadt)
- Add list of testimonals in README to inspire other users (#24) (@giordano)
- Use IOCapture to silence tests. (#25) (@maleadt)
- Store historical test duration. (#28) (@maleadt)
- Use more accurate memory query on macOS. (#29) (@maleadt)
- Rename testfilter and update docs. (#30) (@maleadt)
- Bump version. (#31) (@maleadt)
Closed issues:
v0.1.2
ParallelTestRunner v0.1.2
What's Changed
- Add
init_code
to readme by @vchuravy in #18 - Add TagBot workflow by @giordano in #19
- Adapt to upstream change in
Test.DefaultTestSet
by @giordano in #22 - Use NamedTuple for output of at-timed instead of ordered Tuple by @giordano in #23
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
ParallelTestRunner v0.1.0
What's Changed
- [CI] Reorganise GitHub Actions setup by @giordano in #1
- Add docstring for
runtests
by @giordano in #2 - Move default number of jobs to its own function by @giordano in #5
- Add support for custom tests. by @maleadt in #6
- Improve module sandboxing and allow init code customization. by @maleadt in #7
- Eval the initialization code separately. by @maleadt in #8
- Make it possible to customize the worker a test is run on. by @maleadt in #9
- Actually attach
addworkers
doscstring toaddworkers
by @giordano in #10 - Make executable flags a runtime function by @giordano in #11
- Print timing inside overall test reporting by @giordano in #12
New Contributors
Full Changelog: https://github.com/JuliaTesting/ParallelTestRunner.jl/commits/v0.1.0