Split gui tests and dialog tests into separate source files

This commit is contained in:
Veronica K. B. Olsen
2020-09-19 13:14:49 +02:00
parent 365e2676fb
commit d978900590
4 changed files with 773 additions and 757 deletions
-1
View File
@@ -140,7 +140,6 @@ def exceptionHandler(exType, exValue, exTrace):
"""
import logging
from traceback import print_tb
from nw import CONFIG
from PyQt5.QtWidgets import qApp
logger = logging.getLogger(__name__)