src/eric7/Testing/Interfaces/PytestExecutor.py

branch
eric7-maintenance
changeset 9549
67295777d9fe
parent 9442
906485dcd210
parent 9546
9ab5b929408b
child 9654
7328efba128b
--- a/src/eric7/Testing/Interfaces/PytestExecutor.py	Mon Oct 31 14:07:57 2022 +0100
+++ b/src/eric7/Testing/Interfaces/PytestExecutor.py	Wed Nov 30 09:19:51 2022 +0100
@@ -11,7 +11,7 @@
 import json
 import os
 
-from PyQt6.QtCore import pyqtSlot, QProcess
+from PyQt6.QtCore import QProcess, pyqtSlot
 
 from eric7.EricNetwork.EricJsonStreamReader import EricJsonReader
 
@@ -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