test-unit/test-unit (test-unit)
### [`v3.6.3`](https://redirect.github.com/test-unit/test-unit/releases/tag/3.6.3): test-unit 3.6.3 - 2024-11-24
[Compare Source](https://redirect.github.com/test-unit/test-unit/compare/3.6.2...3.6.3)
##### Improvements
- Added support for thread based parallel test running. You can use
it by the `--parallel=thread` option. You can disable parallel
test running per test case by defining `parallel_safe?` class
method that returns `false`.
- [GH-235](https://redirect.github.com/test-unit/test-unit/issues/235)
- Patch by Tsutomu Katsube
- Added the `--n-workers` option.
- Added the `--[no-]report-slow-tests` option. You can show the top
5 slow tests with this option.
- [GH-253](https://redirect.github.com/test-unit/test-unit/issues/253)
- Patch by Tsutomu Katsube
- UI: console: Add support for outputting `Exception#cause`.
- Added support for inspecting `BasicObject`.
- [GH-262](https://redirect.github.com/test-unit/test-unit/issues/262).
- Patch by Yuta Saito
##### Thanks
- Tsutomu Katsube
- Yuta Saito
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
'3.6.2'
->'3.6.3'
Release Notes
test-unit/test-unit (test-unit)
### [`v3.6.3`](https://redirect.github.com/test-unit/test-unit/releases/tag/3.6.3): test-unit 3.6.3 - 2024-11-24 [Compare Source](https://redirect.github.com/test-unit/test-unit/compare/3.6.2...3.6.3) ##### Improvements - Added support for thread based parallel test running. You can use it by the `--parallel=thread` option. You can disable parallel test running per test case by defining `parallel_safe?` class method that returns `false`. - [GH-235](https://redirect.github.com/test-unit/test-unit/issues/235) - Patch by Tsutomu Katsube - Added the `--n-workers` option. - Added the `--[no-]report-slow-tests` option. You can show the top 5 slow tests with this option. - [GH-253](https://redirect.github.com/test-unit/test-unit/issues/253) - Patch by Tsutomu Katsube - UI: console: Add support for outputting `Exception#cause`. - Added support for inspecting `BasicObject`. - [GH-262](https://redirect.github.com/test-unit/test-unit/issues/262). - Patch by Yuta Saito ##### Thanks - Tsutomu Katsube - Yuta SaitoConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.