aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtTest.rst
blob: 1b3f98940f9ab84a3dc26037966932f388cfa096 (plain)
1
2
3
4
5
6
7
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.