From c30c76c84473b8b117b1542e75239973a7bcaf06 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 28 Oct 2022 15:24:57 +0800 Subject: Doc: link to the testlib tutorial section on skipping Short of expanding Qt Test Best Practices to have a section about QEXPECT_FAIL, we can link to some existing documentation that briefly covers it. Pick-to: 6.2 6.4 Change-Id: I37bf2672e4b5b6e7315e009f86d03eeb7937d50e Reviewed-by: Leena Miettinen --- src/testlib/doc/src/qttest-best-practices.qdoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testlib/doc') diff --git a/src/testlib/doc/src/qttest-best-practices.qdoc b/src/testlib/doc/src/qttest-best-practices.qdoc index 6633b07630..d9bb363c09 100644 --- a/src/testlib/doc/src/qttest-best-practices.qdoc +++ b/src/testlib/doc/src/qttest-best-practices.qdoc @@ -221,6 +221,9 @@ mac*: SUBDIRS -= someclass \endcode + See also \l {Chapter 6: Skipping Tests with QSKIP} + {Skipping Tests with QSKIP}. + \section2 Avoid Q_ASSERT The \l Q_ASSERT macro causes a program to abort whenever the asserted -- cgit v1.2.3