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 73bc35c commit 3cce243Copy full SHA for 3cce243
src/_pytest/mark/expression.py
@@ -12,7 +12,7 @@
12
The semantics are:
13
14
- Empty expression evaluates to False.
15
-- ident evaluates to True of False according to a provided matcher function.
+- ident evaluates to True or False according to a provided matcher function.
16
- or/and/not evaluate according to the usual boolean semantics.
17
"""
18
0 commit comments