]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-79096: Fix/improve http cookiejar tests (GH-93614)
authorChristian Heimes <christian@python.org>
Wed, 8 Jun 2022 21:51:04 +0000 (23:51 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 21:51:04 +0000 (23:51 +0200)
commit68f6a5da199826fef1098f869d8d2260aaccff8e
tree0563267bdbeafe0f9f3d4dfd9ddbb148dad15629
parent22df2e0322300d25c1255ceb73cacc0ebd96b20e
gh-79096: Fix/improve http cookiejar tests (GH-93614)

Fixup of GH-93463:
- remove stray print
- use proper way to check file mode
- add working chmod decorator

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_http_cookiejar.py