eric7/Unittest/Interfaces/PytestExecutor.py

branch
unittest
changeset 9065
39405e6eba20
parent 9059
e7fd342f8bfc
equal deleted inserted replaced
9064:339bb8c8007d 9065:39405e6eba20
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"

eric ide

mercurial