Skip to content
New issue

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

Add test for MIMENonMultipart #63659

Closed
vajrasky mannequin opened this issue Oct 31, 2013 · 6 comments
Closed

Add test for MIMENonMultipart #63659

vajrasky mannequin opened this issue Oct 31, 2013 · 6 comments
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes easy tests Tests in the Lib/test dir topic-email

Comments

@vajrasky
Copy link
Mannequin

vajrasky mannequin commented Oct 31, 2013

BPO 19460
Nosy @warsaw, @bitdancer, @asvetlov, @vajrasky, @miss-islington, @iritkatriel, @180909
PRs
  • bpo-19460: Add test for MIMENonMultipart #29817
  • [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) #29818
  • [3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) #29819
  • Files
  • add_test_non_multipart.patch
  • 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:

    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']

    @vajrasky
    Copy link
    Mannequin Author

    vajrasky mannequin commented Oct 31, 2013

    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.

    @vajrasky vajrasky mannequin added the tests Tests in the Lib/test dir label Oct 31, 2013
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Oct 2, 2014

    A quick glance says the patch is okay so can we have a commit review please.

    @iritkatriel
    Copy link
    Member

    The patch needs to be converted to a GitHub PR.

    @iritkatriel iritkatriel added easy 3.11 only security fixes labels Oct 22, 2021
    @asvetlov
    Copy link
    Contributor

    New changeset 46c8d91 by 180909 in branch 'main':
    bpo-19460: Add test for MIMENonMultipart (GH-29817)
    46c8d91

    @asvetlov
    Copy link
    Contributor

    New changeset 2c398a5 by Miss Islington (bot) in branch '3.10':
    [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818)
    2c398a5

    @asvetlov
    Copy link
    Contributor

    New changeset 209cec8 by Miss Islington (bot) in branch '3.9':
    [3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (bpo-29819)
    209cec8

    @asvetlov asvetlov added 3.9 only security fixes 3.10 only security fixes labels Nov 29, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes 3.10 only security fixes 3.11 only security fixes easy tests Tests in the Lib/test dir topic-email
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants