src/eric7/APIs/Python3/eric7.api

branch
eric7
changeset 9311
8e588f403fd9
parent 9298
8863f3e970a2
child 9313
6bac6775abb2
--- a/src/eric7/APIs/Python3/eric7.api	Sun Sep 04 16:11:32 2022 +0200
+++ b/src/eric7/APIs/Python3/eric7.api	Mon Sep 05 18:08:43 2022 +0200
@@ -3290,6 +3290,7 @@
 eric7.PipInterface.piplicenses.create_licenses_list?4(args: "CustomNamespace", output_fields=DEFAULT_OUTPUT_FIELDS)
 eric7.PipInterface.piplicenses.create_output_string?4(args: "CustomNamespace")
 eric7.PipInterface.piplicenses.create_parser?4()
+eric7.PipInterface.piplicenses.create_summary_by_license_list?4(args: "CustomNamespace")
 eric7.PipInterface.piplicenses.create_summary_list?4(args: "CustomNamespace")
 eric7.PipInterface.piplicenses.enum_key_to_value?4(enum_key: Enum)
 eric7.PipInterface.piplicenses.find_license_from_classifier?4(message)
@@ -9295,12 +9296,14 @@
 eric7.Testing.Interfaces.Frameworks?7
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.createArguments?4(config)
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.finished?4()
+eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.getMarkers?4(interpreter, workdir)
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.getVersions?4(interpreter)
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.hasCoverage?4(interpreter)
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.module?7
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.name?7
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.runner?7
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.start?4(config, pythonpath)
+eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.supportsMarkers?4(interpreter)
 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor?1(testWidget)
 eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_collectreport?4(report)
 eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_itemcollected?4(item)
@@ -9311,9 +9314,13 @@
 eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_sessionfinish?4(session, exitstatus)
 eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_sessionstart?4(session)
 eric7.Testing.Interfaces.PytestRunner.EricPlugin?1(writer)
+eric7.Testing.Interfaces.PytestRunner.GetMarkersPlugin.getMarkers?4()
+eric7.Testing.Interfaces.PytestRunner.GetMarkersPlugin.pytest_cmdline_main?4(config)
+eric7.Testing.Interfaces.PytestRunner.GetMarkersPlugin?1()
 eric7.Testing.Interfaces.PytestRunner.GetPluginVersionsPlugin.getVersions?4()
 eric7.Testing.Interfaces.PytestRunner.GetPluginVersionsPlugin.pytest_cmdline_main?4(config)
 eric7.Testing.Interfaces.PytestRunner.GetPluginVersionsPlugin?1()
+eric7.Testing.Interfaces.PytestRunner.getMarkers?4()
 eric7.Testing.Interfaces.PytestRunner.getVersions?4()
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase._prepareProcess?5(workDir, pythonpath)
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.collectError?7
@@ -9321,6 +9328,7 @@
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.coverageDataSaved?7
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.createArguments?4(config)
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.finished?4()
+eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.getMarkers?4(interpreter, workdir)
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.getVersions?4(interpreter)
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.hasCoverage?4(interpreter)
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.isInstalled?4(interpreter)
@@ -9332,6 +9340,7 @@
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.startTest?7
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.stop?7
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.stopIfRunning?4()
+eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.supportsMarkers?4(interpreter)
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.testFinished?7
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.testResult?7
 eric7.Testing.Interfaces.TestExecutorBase.TestExecutorBase.testRunAboutToBeStarted?7
@@ -9368,6 +9377,9 @@
 eric7.Testing.Interfaces.UnittestRunner.EricTestResult?1(writer, failfast)
 eric7.Testing.Interfaces.UnittestRunner._assembleTestCasesList?5(suite)
 eric7.Testing.Interfaces.UnittestRunner.runtest?4(argv)
+eric7.Testing.MarkersWindow.MarkersWindow.closeEvent?4(e)
+eric7.Testing.MarkersWindow.MarkersWindow.showMarkers?4(markers)
+eric7.Testing.MarkersWindow.MarkersWindow?1(parent=None)
 eric7.Testing.TestResultsTree.TestResultsModel.DurationColumn?7
 eric7.Testing.TestResultsTree.TestResultsModel.Headers?7
 eric7.Testing.TestResultsTree.TestResultsModel.MessageColumn?7
@@ -9405,6 +9417,7 @@
 eric7.Testing.TestingWidget.TestingWidget.on_buttonBox_clicked?4(button)
 eric7.Testing.TestingWidget.TestingWidget.on_discoverCheckBox_toggled?4(checked)
 eric7.Testing.TestingWidget.TestingWidget.on_frameworkComboBox_currentIndexChanged?4(index)
+eric7.Testing.TestingWidget.TestingWidget.on_showMarkersButton_clicked?4()
 eric7.Testing.TestingWidget.TestingWidget.on_testsuitePicker_aboutToShowPathPickerDialog?4()
 eric7.Testing.TestingWidget.TestingWidget.on_venvComboBox_currentIndexChanged?4(index)
 eric7.Testing.TestingWidget.TestingWidget.on_versionsButton_clicked?4()

eric ide

mercurial