You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ``--require-unique-parameterization-ids`` command-line flag and :confval:`require_unique_parameterization_ids` configuration option to pytest.
2
2
3
-
When passed, this flag causes pytest to raise an exception upon detection of non-unique parameter set IDs,
4
-
rather than automatically modifying the IDs to ensure uniqueness.
3
+
When passed, pytest will emit an error if it detects non-unique parameter set IDs,
4
+
rather than automatically making the IDs unique by adding `0`, `1`, ... to them.
0 commit comments