We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2021-11-29.12:04:49.099> created_at = <Date 2013-10-31.15:59:31.180> labels = ['easy', 'expert-email', '3.10', '3.11', 'tests', '3.9'] title = 'Add test for MIMENonMultipart' updated_at = <Date 2021-11-29.12:04:49.098> user = 'https://github.com/vajrasky'
bugs.python.org fields:
activity = <Date 2021-11-29.12:04:49.098> actor = 'asvetlov' assignee = 'none' closed = True closed_date = <Date 2021-11-29.12:04:49.099> closer = 'asvetlov' components = ['Tests', 'email'] creation = <Date 2013-10-31.15:59:31.180> creator = 'vajrasky' dependencies = [] files = ['32438'] hgrepos = [] issue_num = 19460 keywords = ['patch', 'easy'] message_count = 6.0 messages = ['201827', '228203', '404785', '407194', '407198', '407208'] nosy_count = 7.0 nosy_names = ['barry', 'r.david.murray', 'asvetlov', 'vajrasky', 'miss-islington', 'iritkatriel', 'wangjiahua'] pr_nums = ['29817', '29818', '29819'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue19460' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
The text was updated successfully, but these errors were encountered:
Apparently there is no test for MIMENonMultipart.
[sky@localhost cpython]$ grep -R MIMENonMultipart Lib/test/* [sky@localhost cpython]$
Attached the patch to add test for MIMENonMultipart.
Sorry, something went wrong.
A quick glance says the patch is okay so can we have a commit review please.
The patch needs to be converted to a GitHub PR.
New changeset 46c8d91 by 180909 in branch 'main': bpo-19460: Add test for MIMENonMultipart (GH-29817) 46c8d91
New changeset 2c398a5 by Miss Islington (bot) in branch '3.10': [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818) 2c398a5
New changeset 209cec8 by Miss Islington (bot) in branch '3.9': [3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (bpo-29819) 209cec8
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: