Better Unicode handling in ID generation #656
Labels
topic: parametrize
related to @pytest.mark.parametrize
type: enhancement
new feature or API change, should be merged into features branch
Originally reported by: BitBucket: thiefmaster, GitHub: thiefmaster
some::test[foo-bar]
is much nicer thansome::test[a0-b0]
Any non-ascii characters could be simply skipped or replaced with an underscore (or even transliterated).
I think it would also make perfect sense to replace whitespace with underscores.
The text was updated successfully, but these errors were encountered: