eric7/Testing/Interfaces/TestExecutorBase.py

branch
unittest
changeset 9070
eab09a1ab8ce
parent 9066
a219ade50f7c
child 9089
b48a6d0f6309
diff -r 938039ea15ca -r eab09a1ab8ce eric7/Testing/Interfaces/TestExecutorBase.py
--- a/eric7/Testing/Interfaces/TestExecutorBase.py	Tue May 17 14:21:13 2022 +0200
+++ b/eric7/Testing/Interfaces/TestExecutorBase.py	Tue May 17 17:23:07 2022 +0200
@@ -60,6 +60,7 @@
     failedOnly: bool                # run failed tests only
     collectCoverage: bool           # coverage collection flag
     eraseCoverage: bool             # erase coverage data first
+    coverageFile: str               # name of the coverage data file
 
 
 class TestExecutorBase(QObject):

eric ide

mercurial