From c326bd5669fdfd21ea902e248ba5e4f3a16bd13f Mon Sep 17 00:00:00 2001 From: skhomuti Date: Thu, 8 Sep 2022 22:12:44 +0500 Subject: [PATCH] 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`.