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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19125>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to