[New-bugs-announce] [issue22250] unittest lowercase methods

Simon Zack report at bugs.python.org
Fri Aug 22 16:57:28 CEST 2014


New submission from Simon Zack:

The python unittest module currently uses camel case. This feels rather inconsistent with the rest of the python library, which is in lower case and follows PEP8.

Would it be a good idea to add lower-case aliases, and possibly deprecate the camel case methods in the future?

----------
components: Library (Lib)
messages: 225673
nosy: simonzack
priority: normal
severity: normal
status: open
title: unittest lowercase methods
versions: Python 3.4

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


More information about the New-bugs-announce mailing list