We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ae4d0 commit 27fc71bCopy full SHA for 27fc71b
CHANGELOG.rst
@@ -4,7 +4,13 @@
4
- ``qtbot`` fixture now can capture Qt virtual method exceptions in a block using
5
``capture_exceptions`` (`#154`_). Thanks to `@fogo`_ for the PR.
6
7
+- ``qtbot`` now exposes the `qWaitForWindowExposed`_ method for PyQt5.
8
+ Thanks `@The-Compiler`_ for the request (`#158`_).
9
+
10
+.. _qWaitForWindowExposed: https://doc.qt.io/qt-5/qtest.html#qWaitForWindowExposed
11
12
.. _#154: https://github.com/pytest-dev/pytest-qt/issues/154
13
+.. _#158: https://github.com/pytest-dev/pytest-qt/issues/158
14
15
2.0
16
---
0 commit comments