src/eric7/Testing/Interfaces/TestExecutorBase.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9549
67295777d9fe
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the executor base class for the various testing frameworks 7 Module implementing the executor base class for the various testing frameworks
8 and supporting classes. 8 and supporting classes.
9 """ 9 """
10 10
11 import os 11 import os
12
12 from dataclasses import dataclass 13 from dataclasses import dataclass
13 from enum import IntEnum 14 from enum import IntEnum
14 15
15 from PyQt6.QtCore import pyqtSignal, QObject, QProcess, QProcessEnvironment 16 from PyQt6.QtCore import QObject, QProcess, QProcessEnvironment, pyqtSignal
16 17
17 from eric7 import Preferences 18 from eric7 import Preferences
18 19
19 20
20 class TestResultCategory(IntEnum): 21 class TestResultCategory(IntEnum):

eric ide

mercurial