Skip to content

Commit 7289785

Browse files
committed
Add CHANGELOG entry for pytest-dev#153
1 parent 27fc71b commit 7289785

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
2.1
22
---
33

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+
48
- ``qtbot`` fixture now can capture Qt virtual method exceptions in a block using
59
``capture_exceptions`` (`#154`_). Thanks to `@fogo`_ for the PR.
610

@@ -9,6 +13,7 @@
913

1014
.. _qWaitForWindowExposed: https://doc.qt.io/qt-5/qtest.html#qWaitForWindowExposed
1115

16+
.. _#153: https://github.com/pytest-dev/pytest-qt/issues/153
1217
.. _#154: https://github.com/pytest-dev/pytest-qt/issues/154
1318
.. _#158: https://github.com/pytest-dev/pytest-qt/issues/158
1419

0 commit comments

Comments
 (0)