Update tests

This commit is contained in:
Veronica K. B. Olsen
2021-03-28 17:15:35 +02:00
parent f92ef05ee2
commit 820e6fcfa3
12 changed files with 15 additions and 14 deletions
+2 -3
View File
@@ -28,9 +28,8 @@ from PyQt5.QtGui import QTextCursor, QTextBlock
from PyQt5.QtWidgets import QAction, QFileDialog, QMessageBox
from nw.gui.doceditor import GuiDocEditor
from nw.constants import (
nwUnicode, nwDocAction, nwDocInsert, nwKeyWords, nwWidget
)
from nw.enum import nwDocAction, nwDocInsert, nwWidget
from nw.constants import nwKeyWords, nwUnicode
keyDelay = 2
typeDelay = 1