From 0a258f534f9c295703daadd70b1c8e93e788730a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 17 Oct 2020 08:42:15 -0300 Subject: [PATCH] Fix linting --- doc/en/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 6e94d4c49..5f0a20dc7 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -691,7 +691,7 @@ items, delete or otherwise amend the test items: .. note:: If this hook is implemented in ``conftest.py`` files, it always receives all collected items, not only those under the ``conftest.py`` where it is implemented. - + .. autofunction:: pytest_collection_finish Test running (runtest) hooks