[New-bugs-announce] [issue17767] Fix test discovery for test_locale.py

Zachary Ware report at bugs.python.org
Tue Apr 16 21:51:12 CEST 2013


New submission from Zachary Ware:

This one actually had Failures rather than Errors; those failures arose from enUS_locale being None because it was being changed in test_main.  This patch attempts to fix things by adapting get_enUS_locale() to return a tuple of a suitable setting for enUS_locale and a reason for skipping the tests that were formerly ignored if enUS_locale was None.

----------
components: Tests
files: test_locale_discovery.diff
keywords: patch
messages: 187117
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_locale.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29891/test_locale_discovery.diff

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


More information about the New-bugs-announce mailing list