Skip to content
Snippets Groups Projects
Commit c69aa1d1 authored by Conor Finn's avatar Conor Finn
Browse files

RE #27722 Add unit tests for qappthreadcall

parent d5731a5c
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,11 @@
#
import unittest
from time import sleep
from qtpy.QtWidgets import QApplication
from mantidqt.utils.asynchronous import AsyncTask, TaskExitCode
from mantidqt.utils.qt.qappthreadcall import QAppThreadCall
from qtpy.QtWidgets import QApplication
from mantidqt.utils.qt.testing import start_qapplication
from mantidqt.utils.asynchronous import AsyncTask, TaskExitCode
class CustomException(Exception):
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment