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

Strategies from type hints, and inference of missing arguments to builds() and @given() #643

Merged
merged 16 commits into from
Jul 23, 2017

Commits on Jul 23, 2017

  1. Remove useless pass statements

    Zac-HD committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    1ec00a4 View commit details
    Browse the repository at this point in the history
  2. Fix typo in docs guide

    Zac-HD committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    538abf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7722eda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d10fa92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dee5718 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7497309 View commit details
    Browse the repository at this point in the history
  7. Add reflection.required_args

    Zac-HD committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    feb74aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff775c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f9fe4a View commit details
    Browse the repository at this point in the history
  10. Use single global mapping, literate comments

    This represents a slightly different approach, using a global mutable
    backup - so types registered by Hypothesis are treated just like types
    registered by the user.  I've kept it as a separate commit to ease any
    future investigations :)
    Zac-HD committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    99f9be1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5392fd9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a752f47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6d15da0 View commit details
    Browse the repository at this point in the history
  14. Tests for given inference

    Zac-HD committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    216f48d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    56f96bc View commit details
    Browse the repository at this point in the history
  16. Bump version, add changelog

    Zac-HD committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    c0daeaf View commit details
    Browse the repository at this point in the history