summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio46 hours1-0/+3
* Doc: Update QTest documentation to reference Qt6TestDheerendra Purohit2025-04-101-1/+1
* Fix restoration of default locale after tests that change itEdward Welbourne2024-11-282-0/+23
* Revert "QTest: add -[no]throwon{fail,skip} command line arguments"Thiago Macieira2024-11-071-6/+0
* Docs: Organize topics in the qtbase repoAlexei Cazacov2024-08-132-1/+36
* Doc: Fix Qt Creator link issuesLeena Miettinen2024-08-051-1/+1
* Introduce QT_SKIP_DEFAULT_TESTCASE_DIRS target propertyAlexey Edelev2024-07-042-0/+105
* Doc: Fix broken linksSafiyyah Moosa2024-06-261-1/+1
* Doc: Remove \note that indicates you can access the source codeAndreas Eliasson2024-04-291-2/+0
* Correct doc snippet licenseLucie Gérard2024-02-282-2/+2
* Qttestlib-manual.qdoc: fix typo in API docsAhmad Samir2024-02-081-1/+1
* Change license of .qdoc filesLucie Gérard2024-02-011-1/+1
* QTest: add opt-in changing QCOMPARE etc to exit with throw, not returnMarc Mutz2024-01-271-0/+6
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-221-0/+6
* Add QTest option for repeating the entire test executionJøger Hansegård2023-11-151-0/+4
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-0/+3
* Improve Qt Test documentation regarding skipping/expecting failuresMitch Curtis2023-08-162-10/+17
* Doc: Change the Qt Testlib example pagesVenugopal Shivashankar2023-07-217-470/+483
* Fix warning in recently-added testlib snippetEdward Welbourne2023-07-181-4/+4
* QtTest: fix documention wording and typoAmanda Hamblin-Trué2023-07-051-2/+2
* QTest: add QDeadlineTimer qWaitFor() overloadAhmad Samir2023-06-302-10/+13
* QTest: add qWait(chrono::milliseconds) overloadAhmad Samir2023-06-301-1/+2
* QTest: add qSleep(std::chrono::milliseconds) overloadAhmad Samir2023-06-301-2/+3
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* Doc: Use qt_add_executable() not add_executable() in snippetsLeena Miettinen2023-04-261-1/+1
* Remove unused documentation code snippetsFriedemann Kleint2023-04-173-10/+0
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-051-3/+3
* Improve documentation of data-driven testsEdward Welbourne2023-01-312-11/+14
* Rewrite the QtTest best practice guide on testing for warningsEdward Welbourne2023-01-312-15/+40
* Object to creating duplicate entries in a test-data tableEdward Welbourne2023-01-311-0/+4
* Doc: Increase Test Function TimeoutJaishree Vyas2022-12-211-0/+41
* Doc: Change links from froglogic to qt domainKai Köhne2022-12-092-3/+3
* Doc: Remove qtestlib-tools sectionAndreas Eliasson2022-11-302-15/+0
* Doc: link to the testlib tutorial section on skippingMitch Curtis2022-10-311-0/+3
* testlib: make it possible to test double-clicks with discrete eventsShawn Rutledge2022-10-161-0/+13
* Fix file which had SPDX-License-Identifier on two linesDmitry Shachnev2022-10-111-2/+1
* Document shell-friendly data tags as best practiceEdward Welbourne2022-09-075-16/+20
* Fix two trivial defects in testlib docsEdward Welbourne2022-09-011-2/+2
* Provide CMake guidance for skipping whole testsEdward Welbourne2022-09-011-5/+14
* Implement the batch_tests featureMikolaj Boc2022-08-241-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Make it clear that a hyphen may be used to log to stdout in qtestMikolaj Boc2022-08-181-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* Doc: Revise Qt Test Module landing pageAndreas Eliasson2022-06-271-21/+24
* Doc: Revise Qt Test tutorialAndreas Eliasson2022-06-214-34/+177
* Use SPDX license identifiersLucie Gérard2022-05-1619-771/+39
* QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteralSona Kurazyan2022-05-021-2/+4
* Support test-case selection based on global data tagEdward Welbourne2022-04-253-6/+46
* Match QtTest command-line output options to the help outputEdward Welbourne2022-03-221-8/+10