From 87cb5bc5b7cee963c817039c973186248e923315 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 27 Aug 2015 20:11:07 -0300 Subject: [PATCH] Add note that using marks on fixtures is not supported Fix #964 --- doc/en/mark.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 ------------------------------------------------