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

::

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