From c011ff7e72bce9e81e9a139b3a301836ff61892c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 9 Sep 2022 09:00:32 -0300 Subject: [PATCH] [7.1.x] Add allure-pytest to the popular plugins list --- doc/en/how-to/plugins.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/en/how-to/plugins.rst b/doc/en/how-to/plugins.rst index 7a1948410..7d5bcd85a 100644 --- a/doc/en/how-to/plugins.rst +++ b/doc/en/how-to/plugins.rst @@ -51,6 +51,9 @@ Here is a little annotated list for some popular plugins: * :pypi:`pytest-flakes`: check source code with pyflakes. +* :pypi:`allure-pytest`: + report test results via `allure-framework `_. + To see a complete list of all plugins with their latest testing status against different pytest and Python versions, please visit :ref:`plugin-list`.