]> granicus.if.org Git - python/commit
bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jun 2017 20:43:01 +0000 (22:43 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2017 20:43:01 +0000 (22:43 +0200)
commit8a39af945796164a16a607fecfef5297b7a87deb
tree85ddda3a4408dd71e3fbe65eceaf70651ec60f78
parent6628006941f4382813a9af4628894c99bb333b8f
bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192)

The public cyrus.andrew.cmu.edu IMAP server (port 993) doesn't accept
TLS connection using our self-signed x509 certificate. Remove the two
tests which are already skipped.

Write a new test_certfile_arg_warn() unit test for the certfile
deprecation warning.
(cherry picked from commit b18563da8803433509e9a0e29718e0271014659f)
Lib/test/test_imaplib.py