doc: pytest_deselected: not only via keywords

This commit is contained in:
Daniel Hahler 2019-04-14 23:50:14 +02:00
parent e804e419bc
commit c43a9c83ee
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def pytest_collectreport(report):
def pytest_deselected(items):
""" called for test items deselected by keyword. """
""" called for test items deselected, e.g. by keyword. """
@hookspec(firstresult=True)