Add test sharding to the release notes

This commit is contained in:
Martin Hořeňovský 2021-10-27 20:49:29 +02:00
parent 12d14a3c63
commit becab0cf74
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ new design.
* `Approx::operator()` is now properly `const`
* Catch2's internal helper variables no longer use reserved identifiers (#578)
* `--rng-seed` now accepts string `"random-device"` to generate random seed using `std::random_device`
* Catch2 now supports test sharding (#2257)
* You can ask for the tests to be split into N groups and only run one of them.
* This greatly simplifies parallelization of tests in a binary through external runner.
### Fixes