We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c4b7d commit d66b6c8Copy full SHA for d66b6c8
src/_pytest/mark/structures.py
@@ -179,9 +179,7 @@ def combined_with(self, other):
179
@attr.s
180
class MarkDecorator:
181
""" A decorator for test functions and test classes. When applied
182
- it will create :class:`MarkInfo` objects which may be
183
- :ref:`retrieved by hooks as item keywords <excontrolskip>`.
184
- MarkDecorator instances are often created like this::
+ it will create :class:`Mark` objects which are often created like this::
185
186
mark1 = pytest.mark.NAME # simple MarkDecorator
187
mark2 = pytest.mark.NAME(name1=value) # parametrized MarkDecorator
0 commit comments