aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/extras/PySide.QtTest.rst
blob: 0b89a22d4b499ed51fc1d1e661172f95b2838250 (plain)
1
2
3
4
5
6
7
To include the definitions of the module's classes, use the following directive:

::

    import PySide2.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.