[issue37758] unicodedata checksum-tests only test 1/17th of Unicode's codepoints

Greg Price report at bugs.python.org
Sun Aug 4 21:22:25 EDT 2019


Greg Price <gnprice at gmail.com> added the comment:

Sent two small PRs!

The first one, GH-15125, makes the substantive test change I described above.

The second one, GH-15126, is a small pure refactor to that test file, just cleaning out some bits that made sense when it was first written (as a script) but are confusing now that it's a `unittest` test module.  Took me a couple of minutes to sort those out when I first dug into this file, and I figure it'd be kind to the next person to save them the same effort.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37758>
_______________________________________


More information about the Python-bugs-list mailing list