Remove config paramter from pytest_terminal_summary as discussed during review
This commit is contained in:
+1
-2
@@ -489,10 +489,9 @@ def pytest_report_teststatus(report):
|
||||
Stops at first non-None result, see :ref:`firstresult` """
|
||||
|
||||
|
||||
def pytest_terminal_summary(config, terminalreporter, exitstatus):
|
||||
def pytest_terminal_summary(terminalreporter, exitstatus):
|
||||
"""Add a section to terminal summary reporting.
|
||||
|
||||
:param _pytest.config.Config config: pytest config object
|
||||
:param _pytest.terminal.TerminalReporter terminalreporter: the internal terminal reporter object
|
||||
:param int exitstatus: the exit status that will be reported back to the OS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user