Fix linting

This commit is contained in:
Bruno Oliveira 2017-07-27 16:24:58 -03:00
parent 5acb64be90
commit 7a12acb6a1
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ def pytest_report_header(config, startdir):
def pytest_report_collectionfinish(config, startdir, items):
"""
.. versionadded:: 3.2
return a string or list of strings to be displayed after collection has finished successfully.
This strings will be displayed after the standard "collected X items" message.