[issue23474] Enhance locale testing

Serhiy Storchaka report at bugs.python.org
Tue Feb 17 19:34:06 CET 2015


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-ascii values of decimal_point and thousands_sep with the ps_AF locale. In test_locale Turkish locale test no longer break a line.

----------
components: Tests
files: test__locale.patch
keywords: patch
messages: 236141
nosy: lemburg, loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Enhance locale testing
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file38159/test__locale.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23474>
_______________________________________


More information about the Python-bugs-list mailing list