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 189d251 commit 5c2e9f4Copy full SHA for 5c2e9f4
src/_pytest/mark/structures.py
@@ -66,7 +66,7 @@ def get_empty_parameterset_mark(
66
return mark
67
68
69
-# Singleton type for NOTSET, as described in:
+# Singleton type for HIDDEN_PARAM, as described in:
70
# https://www.python.org/dev/peps/pep-0484/#support-for-singleton-types-in-unions
71
class _HiddenParam(enum.Enum):
72
token = 0
0 commit comments