doc: pytest_deselected: not only via keywords
This commit is contained in:
parent
e804e419bc
commit
c43a9c83ee
|
@ -227,7 +227,7 @@ def pytest_collectreport(report):
|
||||||
|
|
||||||
|
|
||||||
def pytest_deselected(items):
|
def pytest_deselected(items):
|
||||||
""" called for test items deselected by keyword. """
|
""" called for test items deselected, e.g. by keyword. """
|
||||||
|
|
||||||
|
|
||||||
@hookspec(firstresult=True)
|
@hookspec(firstresult=True)
|
||||||
|
|
Loading…
Reference in New Issue