mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Add allowing tests with same name to release notes
This commit is contained in:
parent
e86f84b8ef
commit
4eb00afe69
@ -171,6 +171,8 @@ new design.
|
||||
* A lambda-based option parser can opt into being repeatedly specifiable.
|
||||
* Added `STATIC_CHECK` macro, similar to `STATIC_REQUIRE` (#2318)
|
||||
* When deferred tu runtime, it behaves like `CHECK`, and not like `REQUIRE`.
|
||||
* You can have multiple tests with the same name, as long as other parts of the test identity differ (#1915, #1999, #2175)
|
||||
* Test identity includes test's name, test's tags and and test's class name if applicable.
|
||||
|
||||
|
||||
### Fixes
|
||||
|
Loading…
Reference in New Issue
Block a user