Skip to content

Patch all tests to change assertTrue(a [not] in b [, c]) -> assert[Not]In(a, b [,c]) #51986

Description

@davidmalcolm
BPO 7737
Nosy @benjaminp, @ezio-melotti, @briancurtin, @davidmalcolm
Files
  • py3k-use-assertIn-and-NotIn-in-tests.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 2010-01-19.00:13:13.363>
    created_at = <Date 2010-01-18.23:24:47.071>
    labels = ['type-feature', 'tests']
    title = 'Patch all tests to change assertTrue(a [not] in b [, c]) -> assert[Not]In(a, b [,c])'
    updated_at = <Date 2010-01-24.01:16:17.030>
    user = 'https://github.com/davidmalcolm'

    bugs.python.org fields:

    activity = <Date 2010-01-24.01:16:17.030>
    actor = 'ezio.melotti'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-01-19.00:13:13.363>
    closer = 'benjamin.peterson'
    components = ['Tests']
    creation = <Date 2010-01-18.23:24:47.071>
    creator = 'dmalcolm'
    dependencies = []
    files = ['15942']
    hgrepos = []
    issue_num = 7737
    keywords = ['patch']
    message_count = 3.0
    messages = ['98039', '98042', '98202']
    nosy_count = 4.0
    nosy_names = ['benjamin.peterson', 'ezio.melotti', 'brian.curtin', 'dmalcolm']
    pr_nums = []
    priority = 'low'
    resolution = 'accepted'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue7737'
    versions = ['Python 2.7', 'Python 3.2']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      testsTests in the Lib/test dirtype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions