From 3e31290d6ad3658670f5d4a840366528f8b497c1 Mon Sep 17 00:00:00 2001 From: DrishtiTripathi2230 Date: Tue, 19 May 2026 13:01:57 +0530 Subject: [PATCH] docs: add missing v3 include to test-cases-and-sections.md --- docs/test-cases-and-sections.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index 14db55aee1..e1e60e7d9f 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -12,6 +12,11 @@ While Catch fully supports the traditional, xUnit, style of class-based fixtures Instead Catch provides a powerful mechanism for nesting test case sections within a test case. For a more detailed discussion see the [tutorial](tutorial.md#test-cases-and-sections). +To use the macros described on this page, include: +```cpp +#include +``` + Test cases and sections are very easy to use in practice: * **TEST_CASE(** _test name_ \[, _tags_ \] **)**