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 1d26702 commit acd6cceCopy full SHA for acd6cce
doc/en/reference/reference.rst
@@ -2104,7 +2104,7 @@ passed multiple times. The expected format is ``name=value``. For example::
2104
assert x in (1, 2)
2105
2106
will raise an exception due to the duplicate IDs "a".
2107
- when normal pytest behavior would be to handle this by generating unique IDs like "a-0", "a-1".
+ Otherwise, pytest would handle this by generating unique IDs like "a0", "a1".
2108
2109
2110
.. _`command-line-flags`:
0 commit comments