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

Rewrite asyncio.locks tests with IsolatedAsyncioTestCase #90287

Closed
asvetlov opened this issue Dec 19, 2021 · 4 comments
Closed

Rewrite asyncio.locks tests with IsolatedAsyncioTestCase #90287

asvetlov opened this issue Dec 19, 2021 · 4 comments
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes tests Tests in the Lib/test dir topic-asyncio

Comments

@asvetlov
Copy link
Contributor

BPO 46129
Nosy @asvetlov, @1st1
PRs
  • bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase #30198
  • [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) #30202
  • [3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) #30204
  • [3.9] bpo-46129: Fix asyncio test error about deprecation warning #30205
  • 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-12-19.17:08:40.260>
    created_at = <Date 2021-12-19.10:16:11.693>
    labels = ['3.11', 'tests', '3.9', '3.10', 'expert-asyncio']
    title = 'Rewrite asyncio.locks tests with IsolatedAsyncioTestCase'
    updated_at = <Date 2021-12-19.17:46:00.187>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2021-12-19.17:46:00.187>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-12-19.17:08:40.260>
    closer = 'asvetlov'
    components = ['Tests', 'asyncio']
    creation = <Date 2021-12-19.10:16:11.693>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46129
    keywords = ['patch']
    message_count = 4.0
    messages = ['408888', '408902', '408906', '408912']
    nosy_count = 2.0
    nosy_names = ['asvetlov', 'yselivanov']
    pr_nums = ['30198', '30202', '30204', '30205']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue46129'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    @asvetlov
    Copy link
    Contributor Author

    The change makes tests much better readable.

    @asvetlov asvetlov added 3.11 only security fixes tests Tests in the Lib/test dir topic-asyncio 3.9 only security fixes 3.10 only security fixes labels Dec 19, 2021
    @asvetlov
    Copy link
    Contributor Author

    New changeset 9c06fd8 by Andrew Svetlov in branch 'main':
    bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
    9c06fd8

    @asvetlov
    Copy link
    Contributor Author

    New changeset cdb4579 by Andrew Svetlov in branch '3.10':
    [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30202)
    cdb4579

    @asvetlov
    Copy link
    Contributor Author

    New changeset f8fce5e by Andrew Svetlov in branch '3.9':
    [3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30204)
    f8fce5e

    @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 tests Tests in the Lib/test dir topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant