Merge pull request #977 from nicoddemus/marks-fixtures-note

Add note that using marks on fixtures is not supported
This commit is contained in:
Florian Bruhin
2015-08-28 06:16:49 +02:00

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
------------------------------------------------