eric7/Testing/Interfaces/PytestExecutor.py

branch
eric7-maintenance
changeset 9192
a763d57e23bc
parent 9131
bc0c1b6d6adb
parent 9175
21e2be5f0b41
diff -r bd90cbe0b7d2 -r a763d57e23bc eric7/Testing/Interfaces/PytestExecutor.py
--- a/eric7/Testing/Interfaces/PytestExecutor.py	Mon Jun 06 16:34:37 2022 +0200
+++ b/eric7/Testing/Interfaces/PytestExecutor.py	Fri Jul 01 11:02:32 2022 +0200
@@ -100,6 +100,7 @@
         # collectCoverage: --cov= + --cov-report= to suppress report generation
         # eraseCoverage: --cov-append if eraseCoverage is False
         # coverageFile
+        #
         args = [
             PytestExecutor.runner,
             "runtest",

eric ide

mercurial