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.
1
+
Added the ``--require-unique-parameterization-ids`` command-line flag and :confval:`require_unique_parameterization_ids` configuration option.
2
2
3
3
When passed, pytest will emit an error if it detects non-unique parameter set IDs,
4
4
rather than automatically making the IDs unique by adding `0`, `1`, ... to them.
0 commit comments