FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.15] gh-66335: Add tests for imaplib command methods (GH-152872) by miss-islington · Pull Request #152873 · python/cpython · GitHub

/ cpython Public

[3.15] gh-66335: Add tests for imaplib command methods (GH-152872) - #152873

Merged
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-a50b089-3.15
Jul 2, 2026
Merged

[3.15] gh-66335: Add tests for imaplib command methods (GH-152872)#152873
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-a50b089-3.15

Conversation

miss-islington commented Jul 2, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Add coverage tests for the IMAP4 command methods and their UID variants
(SELECT, CREATE, COPY, STORE, FETCH, SEARCH, SORT, THREAD, DELETE,
RENAME, SUBSCRIBE, UNSUBSCRIBE, LIST, STATUS, the ACL and quota
commands, ANNOTATION, PROXYAUTH and ENABLE), plus test helpers
(splitargs, parse_sequence_set, make_simple_handler) and per-command
argument capture in the test server.
(cherry picked from commit a50b089)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

Add coverage tests for the IMAP4 command methods and their UID variants
(SELECT, CREATE, COPY, STORE, FETCH, SEARCH, SORT, THREAD, DELETE,
RENAME, SUBSCRIBE, UNSUBSCRIBE, LIST, STATUS, the ACL and quota
commands, ANNOTATION, PROXYAUTH and ENABLE), plus test helpers
(splitargs, parse_sequence_set, make_simple_handler) and per-command
argument capture in the test server.
(cherry picked from commit a50b089)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
miss-islington requested a review from a team as a code owner July 2, 2026 10:14
bedevere-app Bot added the tests Tests in the Lib/test dir label Jul 2, 2026
serhiy-storchaka enabled auto-merge (squash) July 2, 2026 10:21
serhiy-storchaka merged commit ad6b359 into python:3.15 Jul 2, 2026
56 checks passed
miss-islington deleted the backport-a50b089-3.15 branch July 2, 2026 10:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL