[issue23474] Enhance locale testing

2015-02-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue23474] Enhance locale testing

2015-02-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7ef372f656d1 by Serhiy Storchaka in branch '2.7': Issue #23474: Enhanced locale testing. https://hg.python.org/cpython/rev/7ef372f656d1 New changeset b53aadd9cf85 by Serhiy Storchaka in branch '3.4': Issue #23474: Enhanced locale testing. https://hg

[issue23474] Enhance locale testing

2015-02-17 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 17.02.2015 19:34, Serhiy Storchaka wrote: > > Proposed patch enhance locale testing. test__locale is converted to support > unittest discovery. When there are no suitable locales (e.g. there is only > POSIX locale) tests are reported as skipped. Tested

[issue23474] Enhance locale testing

2015-02-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch enhance locale testing. test__locale is converted to support unittest discovery. When there are no suitable locales (e.g. there is only POSIX locale) tests are reported as skipped. Tested thousands_sep with non-english locales. Tested non-as