We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13f436 commit c543e0cCopy full SHA for c543e0c
src/_pytest/mark/structures.py
@@ -361,7 +361,7 @@ def get_unpacked_marks(
361
consider_mro: bool = True,
362
) -> List[Mark]:
363
"""Obtain the unpacked marks that are stored on an object.
364
-
+
365
If obj is a class and consider_mro is true, return marks applied to
366
this class and all of its super-classes in MRO order. If consider_mro
367
is false, only return marks applied directly to this class.
0 commit comments