--- a/eric7/Unittest/Interfaces/PytestExecutor.py Sun May 15 18:08:31 2022 +0200 +++ b/eric7/Unittest/Interfaces/PytestExecutor.py Mon May 16 17:22:43 2022 +0200 @@ -16,6 +16,7 @@ from .UTExecutorBase import UTExecutorBase +# TODO: implement 'pytest' support in PytestExecutor class PytestExecutor(UTExecutorBase): """ Class implementing the executor for the 'pytest' framework.