]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40927: Fix test_binhex when run twice (GH-20764)
authorVictor Stinner <vstinner@python.org>
Wed, 10 Jun 2020 17:54:29 +0000 (19:54 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 17:54:29 +0000 (19:54 +0200)
commit9c24e2e4c10705d95258558348417a28007dac66
treeeb5f7c1a0e771574c3c10382e2aef370269471b9
parent8eb4aea26297daf105108c4866d4c692bd8b81f9
bpo-40927: Fix test_binhex when run twice (GH-20764)

test_binhex now uses import_fresh_module() to ensure that it raises
DeprecationWarning each time.
Lib/test/test_binhex.py
Misc/NEWS.d/next/Tests/2020-06-09-18-48-18.bpo-40927.67ylLg.rst [new file with mode: 0644]