diff --git a/doc/en/mark.rst b/doc/en/mark.rst index 62f77726e..ab9546d31 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -20,6 +20,11 @@ It's easy to create custom markers or to apply markers to whole test classes or modules. See :ref:`mark examples` for examples which also serve as documentation. +.. note:: + + Marks can only be applied to tests, having no effect on + :ref:`fixtures `. + API reference for mark related objects ------------------------------------------------