[New-bugs-announce] [issue14019] Unify tests for str.format and string.Formatter

Nick Coghlan report at bugs.python.org
Wed Feb 15 09:15:04 CET 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

A couple of issues have arisen where features were added to str.format without similarly being added to string.Formatter.

This is only possible because the test cases for the two are currently almost entirely separate.

A common set of tests defined as (fmt, args, kwargs, output) tuples would help ensure that the implementations remained consistent in the future.

----------
components: Tests
messages: 153392
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: Unify tests for str.format and string.Formatter
versions: Python 3.3

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


More information about the New-bugs-announce mailing list