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 27fc71b commit 7289785Copy full SHA for 7289785
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
2.1
2
---
3
4
+- ``waitSignal`` and ``waitSignals`` now provide much more detailed messages
5
+ when expected signals are not emitted. Many thanks to `@MShekow`_ for the PR
6
+ (`#153`_).
7
+
8
- ``qtbot`` fixture now can capture Qt virtual method exceptions in a block using
9
``capture_exceptions`` (`#154`_). Thanks to `@fogo`_ for the PR.
10
@@ -9,6 +13,7 @@
13
14
.. _qWaitForWindowExposed: https://doc.qt.io/qt-5/qtest.html#qWaitForWindowExposed
11
15
16
+.. _#153: https://github.com/pytest-dev/pytest-qt/issues/153
12
17
.. _#154: https://github.com/pytest-dev/pytest-qt/issues/154
18
.. _#158: https://github.com/pytest-dev/pytest-qt/issues/158
19
0 commit comments