Add note that using marks on fixtures is not supported

Fix #964
This commit is contained in:
Bruno Oliveira 2015-08-27 20:11:07 -03:00
parent 06b1b69fb7
commit 87cb5bc5b7
1 changed files with 5 additions and 0 deletions

View File

@ -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 <fixtures>`.
API reference for mark related objects
------------------------------------------------