aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/extras/PySide.QtTest.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/doc/extras/PySide.QtTest.rst')
-rw-r--r--sources/pyside2/doc/extras/PySide.QtTest.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/sources/pyside2/doc/extras/PySide.QtTest.rst b/sources/pyside2/doc/extras/PySide.QtTest.rst
deleted file mode 100644
index 0b89a22d4..000000000
--- a/sources/pyside2/doc/extras/PySide.QtTest.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-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.