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 7958545 commit 1854fd7Copy full SHA for 1854fd7
pytestqt/_tests/test_qtest_proxies.py
@@ -27,5 +27,5 @@ def test_expected_qtest_proxies(qtbot, expected_method):
27
"""
28
Ensure that we are exporting expected QTest API methods.
29
30
- hasattr(qtbot, expected_method)
+ assert hasattr(qtbot, expected_method)
31
assert getattr(qtbot, expected_method).__name__ == expected_method
0 commit comments