Skip to content

Improve strings provider shrinking order #24

Open
@DRMacIver

Description

@DRMacIver

This is a piece of work I punted on doing for the initial strings implementation in #23 - currently we will shrink towards lower codepoints, which is sensible enough but doesn't do a very good job for the very low codepoint ascii order. In hypothesis-python we shrink towards ascii '0' (i.e. codepoint 48). We should do that here too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions