From 4eb00afe69d4a7dec9cd24a6a757221a1097427c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 15 Nov 2021 23:18:55 +0100 Subject: [PATCH] Add allowing tests with same name to release notes --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 7903da59..109e1fc1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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