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

Property-based tests with Hypothesis #79

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

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

Commits on Dec 31, 2017

  1. Configuration menu
    Copy the full SHA
    fce420c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    637f0c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d89ec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Configuration menu
    Copy the full SHA
    f301608 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    7724ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62241db View commit details
    Browse the repository at this point in the history