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

test: initial commit adding hypothesis property testing library #186

Merged
merged 2 commits into from
Mar 20, 2024

Commits on Nov 5, 2023

  1. test: initial commit adding hypothesis property testing library

    Adding the Hypothesis cache dir to .gitignore
    Grammar fixes in geometry.py
    Hypothesis dep in pyproject.toml without version peg
    Initial strategies in conftest.py. This is the only file name I could use that didn't cause an issue with the name-tests-test pre-commit hook. 'strategies.py' would be better because strictly speaking these aren't fixtures.
    An example test for encode/decode invariance.
    bpshaver committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    dc6c700 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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