Skip to content

Commit 27fc71b

Browse files
committed
Add CHANGELOG for pytest-dev#158
1 parent a4ae4d0 commit 27fc71b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
- ``qtbot`` fixture now can capture Qt virtual method exceptions in a block using
55
``capture_exceptions`` (`#154`_). Thanks to `@fogo`_ for the PR.
66

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+
712
.. _#154: https://github.com/pytest-dev/pytest-qt/issues/154
13+
.. _#158: https://github.com/pytest-dev/pytest-qt/issues/158
814

915
2.0
1016
---

0 commit comments

Comments
 (0)