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

Add property based test. #63

Closed
wants to merge 6 commits into from

Commits on Jul 6, 2017

  1. Add property based test.

    mithrandi committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    9758934 View commit details
    Browse the repository at this point in the history
  2. Don't generate NaNs.

    JSON doesn't actually allow these (despite the json module in Python happily
    serializing / parsing 'nan'), and they make assertEqual fail since they're not
    equal to anything, including themselves.
    mithrandi committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    24d3196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    313e1b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49b6c74 View commit details
    Browse the repository at this point in the history
  5. Add explicit example.

    mithrandi committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    6cc61b1 View commit details
    Browse the repository at this point in the history
  6. Fix 3.2 compat.

    mithrandi committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    6f10715 View commit details
    Browse the repository at this point in the history