Issue #17767: test_locale now works with unittest test discovery.

Original patch by Zachary Ware.
This commit is contained in:
Serhiy Storchaka 2013-07-17 13:23:45 +03:00
parent 6a98fe9edd
commit 880254e222
2 changed files with 40 additions and 59 deletions

View file

@ -198,6 +198,9 @@ IDLE
Tests
-----
- Issue #17767: test_locale now works with unittest test discovery.
Original patch by Zachary Ware.
- Issue #18375: Assume --randomize when --randseed is used for running the
testsuite.