eric7/Unittest/Interfaces/PytestExecutor.py

branch
unittest
changeset 9065
39405e6eba20
parent 9059
e7fd342f8bfc
diff -r 339bb8c8007d -r 39405e6eba20 eric7/Unittest/Interfaces/PytestExecutor.py
--- 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.

eric ide

mercurial