[Pytest-commit] Issue #656: Better Unicode handling in ID generation (hpk42/pytest)

thiefmaster issues-reply at bitbucket.org
Tue Jan 13 10:06:46 CET 2015


New issue 656: Better Unicode handling in ID generation
https://bitbucket.org/hpk42/pytest/issue/656/better-unicode-handling-in-id-generation

thiefmaster:

`some::test[foo-bar]` is much nicer than `some::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.




More information about the pytest-commit mailing list