PySide2.QtTest

Detailed Description

Provides classes for unit testing Qt applications and libraries.

Applications that use Qt’s unit testing classes need to be configured to be built against the Qt Test module. To include the definitions of the module’s classes, use the following directive:

import PySide2.QtTest

See Qt Test Overview for an introduction on how to use Qt’s unit testing features with your applications.

The module also provides QML types .