]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)
authorHai Shi <shihai1992@gmail.com>
Wed, 29 Apr 2020 01:11:29 +0000 (09:11 +0800)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 01:11:29 +0000 (03:11 +0200)
commit66abe98a816de84f89e2de4aa78cf09056227c25
tree2fc26658b4c09caf1ade36a8e0e45759232adf4e
parent2208134918ee673451e4fc525bbeab71142d794a
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)

Add a new test.support.hashlib_helper submodule.
Lib/test/support/__init__.py
Lib/test/support/hashlib_helper.py [new file with mode: 0644]
Lib/test/test_hashlib.py
Lib/test/test_hmac.py
Lib/test/test_imaplib.py
Lib/test/test_poplib.py
Lib/test/test_smtplib.py
Lib/test/test_tarfile.py
Lib/test/test_urllib2_localnet.py