diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-03-14 07:56:06 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-03-14 11:49:39 +0100 |
| commit | 8f61d67d26eb89b055edb8f9bfc2f804ad1b6fb0 (patch) | |
| tree | 79be7545be4581d85644589dc5c1b4309508dc4c /sources/pyside6/doc/extras/QtTest.rst | |
| parent | 4885f61826c5d60ab7b301d8cf0539686eea9d45 (diff) | |
Documentation: Clean up extra documentation
Remove obsolete modules. Update and rewrap description texts of
existing modules. Add new QtOpenGLWidgets module.
Pick-to: 6.2
Change-Id: Ifbe0fec66e964d579348ac0ef438beb8a3ca0a28
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/doc/extras/QtTest.rst')
| -rw-r--r-- | sources/pyside6/doc/extras/QtTest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/extras/QtTest.rst b/sources/pyside6/doc/extras/QtTest.rst index 1b3f98940..cebd5a053 100644 --- a/sources/pyside6/doc/extras/QtTest.rst +++ b/sources/pyside6/doc/extras/QtTest.rst @@ -4,4 +4,4 @@ To include the definitions of the module's classes, use the following directive: import PySide6.QtTest -.. note:: All macros in the C++ version of QtTest were not binded in PySide, this module is useful only for GUI testing and benchmarking, for ordinary unit testing you should use the ``unittest`` Python module. +.. note:: Not all macros in the C++ version of QtTest were exposed in PySide. This module is useful only for GUI testing and benchmarking; for ordinary unit testing you should use the ``pytest`` Python module. |
