src/eric7/Testing/Interfaces/PytestExecutor.py

branch
eric7
changeset 9546
9ab5b929408b
parent 9473
3f23dbf37dbe
child 9549
67295777d9fe
child 9653
e67609152c5e
diff -r 8cd59e191395 -r 9ab5b929408b src/eric7/Testing/Interfaces/PytestExecutor.py
--- a/src/eric7/Testing/Interfaces/PytestExecutor.py	Mon Nov 28 09:05:41 2022 +0100
+++ b/src/eric7/Testing/Interfaces/PytestExecutor.py	Mon Nov 28 09:06:27 2022 +0100
@@ -201,7 +201,7 @@
         @param pythonpath list of directories to be added to the Python path
         @type list of str
         """
-        self.reader = EricJsonReader(name="Unittest Reader", parent=self)
+        self.reader = EricJsonReader(name="Pytest Reader", parent=self)
         self.reader.dataReceived.connect(self.__processData)
 
         self.__config = config

eric ide

mercurial