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

Additional float-from-string tests #73959

Closed
serhiy-storchaka opened this issue Mar 9, 2017 · 4 comments
Closed

Additional float-from-string tests #73959

serhiy-storchaka opened this issue Mar 9, 2017 · 4 comments
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 29773
Nosy @serhiy-storchaka
PRs
  • bpo-29773: Add more cases for testing string to float conversion errors. #580
  • [3.6] bpo-29773: Add more cases for testing string to float conversion errors. #586
  • [3.5] bpo-29773: Add more cases for testing string to float conversion errors. #587
  • 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 2017-03-09.19:03:50.933>
    created_at = <Date 2017-03-09.15:09:02.485>
    labels = ['3.7', 'type-feature', 'tests']
    title = 'Additional float-from-string tests'
    updated_at = <Date 2017-03-24.22:37:51.077>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-03-24.22:37:51.077>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-03-09.19:03:50.933>
    closer = 'serhiy.storchaka'
    components = ['Tests']
    creation = <Date 2017-03-09.15:09:02.485>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29773
    keywords = []
    message_count = 4.0
    messages = ['289301', '290244', '290245', '290246']
    nosy_count = 1.0
    nosy_names = ['serhiy.storchaka']
    pr_nums = ['580', '586', '587']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29773'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Following PR adds more corner cases in the test for calling float() with invalid string.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life tests Tests in the Lib/test dir type-feature A feature request or enhancement labels Mar 9, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 5fad493 by Serhiy Storchaka in branch '3.5':
    [3.5] bpo-29773: Add more cases for testing string to float conversion errors. (#587)
    5fad493

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 80dfbe3 by Serhiy Storchaka in branch '3.6':
    [3.6] bpo-29773: Add more cases for testing string to float conversion errors. (#586)
    80dfbe3

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 9e6ac83 by Serhiy Storchaka in branch 'master':
    bpo-29773: Add more cases for testing string to float conversion errors. (#580)
    9e6ac83

    @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.7 (EOL) end of life tests Tests in the Lib/test dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant