[New-bugs-announce] [issue19125] duplicate test name in Lib/test/test_smtplib.py

Xavier de Gaye report at bugs.python.org
Sun Sep 29 13:18:58 CEST 2013


New submission from Xavier de Gaye:

Duplicate method names:
./Lib/test/test_smtplib.py:249 DebuggingServerTests.testNotImplemented

Attached patch fixes this: the first method has been renamed to
testEHLO since the channel_class of the DebuggingServer is
SMTPChannel, and SMTPChannel does support EHLO.

----------
components: Library (Lib)
files: duplicate_test_name.patch
keywords: patch
messages: 198582
nosy: giampaolo.rodola, xdegaye
priority: normal
severity: normal
status: open
title: duplicate test name in Lib/test/test_smtplib.py
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file31906/duplicate_test_name.patch

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


More information about the New-bugs-announce mailing list