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 8e4d2c9 commit a51cc7fCopy full SHA for a51cc7f
tests/test_gui.py
@@ -1,7 +1,6 @@
1
import pathlib
2
import shutil
3
import tempfile
4
-import time
5
from unittest import mock
6
7
import uuid
@@ -84,7 +83,6 @@ def test_gui_anonymous(qtbot):
84
83
mw.close()
85
QtTest.QTest.qWait(500)
86
QtWidgets.QApplication.processEvents(QtCore.QEventLoop.AllEvents, 500)
87
- time.sleep(1)
88
89
90
def test_gui_mydata_dataset_add_to_collection(mw, qtbot):
0 commit comments