]> granicus.if.org Git - python/commit
bpo-32663 Make SMTPUTF8SimTests run (#5314)
authorchason <chason@gmail.com>
Wed, 25 Jul 2018 19:01:28 +0000 (04:01 +0900)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 25 Jul 2018 19:01:28 +0000 (15:01 -0400)
commit48ed88a93bb0bbeaae9a4cfaa533e4edf13bcb51
tree58759edab2e0c4c5924644366402dd76f39bfe68
parent60b04c9f6fb87522a62ab6b95db9f8a09aef42d4
bpo-32663 Make SMTPUTF8SimTests run (#5314)

Enable and fix SMTPUTF8SimTests in test_smtplib.

The tests for SMTPUTF8SimTests in test_smtplib.py were not actually
being run because test_smtplib was still using the 'test_main' pattern,
and the class was never added to test_main.

Additionally, one of the tests needed to be moved to the non-UTF8 server
class because it relies on the server not being UTF-8 compatible (and it
had a bug in in).
Lib/test/test_smtplib.py
Misc/NEWS.d/next/Tests/2018-01-25-18-10-47.bpo-32663.IKDsqu.rst [new file with mode: 0644]