]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20957: test_smtpnet now uses support.transient_internet() to call
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 Sep 2014 22:35:43 +0000 (00:35 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 3 Sep 2014 22:35:43 +0000 (00:35 +0200)
commit19c899c1b143a4d1de09d6dad73e8b10e28ab037
treeedc181e90e7c589618c0efe95f0080708c7a66a2
parent2bb8a08159ff6b474f043710f6e1aa01e8e266d6
Issue #20957: test_smtpnet now uses support.transient_internet() to call
check_ssl_verifiy(), so only test_connect_using_sslcontext_verified() is
skipped if smtp.gmail.com cannot be joined, not the whole file.
Lib/test/test_smtpnet.py