14 from PyQt6.QtCore import QProcess |
14 from PyQt6.QtCore import QProcess |
15 |
15 |
16 from .UTExecutorBase import UTExecutorBase |
16 from .UTExecutorBase import UTExecutorBase |
17 |
17 |
18 |
18 |
|
19 # TODO: implement 'pytest' support in PytestExecutor |
19 class PytestExecutor(UTExecutorBase): |
20 class PytestExecutor(UTExecutorBase): |
20 """ |
21 """ |
21 Class implementing the executor for the 'pytest' framework. |
22 Class implementing the executor for the 'pytest' framework. |
22 """ |
23 """ |
23 module = "pytest" |
24 module = "pytest" |