We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa11ab + 751575f commit f7d4f45Copy full SHA for f7d4f45
src/_pytest/hookspec.py
@@ -446,7 +446,7 @@ def pytest_runtest_logstart(
446
See :func:`pytest_runtest_protocol` for a description of the runtest protocol.
447
448
:param str nodeid: Full node ID of the item.
449
- :param location: A triple of ``(filename, lineno, testname)``.
+ :param location: A tuple of ``(filename, lineno, testname)``.
450
"""
451
452
@@ -458,7 +458,7 @@ def pytest_runtest_logfinish(
458
459
460
461
462
463
464
0 commit comments