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 e3b34af commit 9f71eddCopy full SHA for 9f71edd
tests/_test_msui/test_msui.py
@@ -87,7 +87,7 @@ def assert_wait_until_saved():
87
def assert_wait_until_updated():
88
assert os.path.exists(filename) and os.path.getmtime(filename) > first_timestamp
89
qtbot.wait_until(assert_wait_until_updated)
90
-
+
91
second_timestamp = os.path.getmtime(filename)
92
with mock.patch("PyQt5.QtWidgets.QMessageBox.warning", return_value=QtWidgets.QMessageBox.Yes):
93
msui.close()
0 commit comments