pygeoif
179 add hypothesis tests
#215
Merged

Commits
  • test: initial commit adding hypothesis property testing library
    bpshaver committed 1 year ago
  • Merge branch 'develop' into 197-hypothesis-tests
    cleder committed 1 year ago
  • update codecov
    cleder committed 302 days ago
  • [pre-commit.ci] pre-commit autoupdate
    cleder committed 253 days ago
  • update type annotations for mypy 1.7
    cleder committed 253 days ago
  • [pre-commit.ci] pre-commit autoupdate
    cleder committed 253 days ago
  • Remove hash method.
    cleder committed 253 days ago
  • Add coverage configuration to pyproject.toml
    cleder committed 253 days ago
  • Add test for empty points omission in LineString
    cleder committed 253 days ago
  • Add slotscheck hook, include py.typed
    cleder committed 253 days ago
  • [pre-commit.ci] pre-commit autoupdate
    cleder committed 253 days ago
  • Remove slotscheck hook from pre-commit-config.yaml
    cleder committed 253 days ago
  • Release notes 1.2.0
    cleder committed 253 days ago
  • Update version number to 1.3.0
    cleder committed 253 days ago
  • Bump actions/setup-python from 4 to 5
    cleder committed 253 days ago
  • Add GraalPy workflow for running tests
    cleder committed 253 days ago
  • Remove graalpy test job
    cleder committed 253 days ago
  • Add GraalPy workflow for running tests
    cleder committed 253 days ago
  • Add typing_extensions to pytest dependencies
    cleder committed 253 days ago
  • Remove graalpy workflow
    cleder committed 253 days ago
  • Add Codium AI PR Agent workflow
    cleder committed 253 days ago
  • Refactor __geo_interface__ to use property
    cleder committed 253 days ago
  • Add badges and update classifiers
    cleder committed 253 days ago
  • [pre-commit.ci] pre-commit autoupdate
    cleder committed 253 days ago
  • update codecov
    cleder committed 253 days ago
  • Merge branch 'bpshaver-197-hypothesis-tests' into 179-add-hypothesis-tests
    cleder committed 253 days ago
  • Merge branch 'develop' into 179-add-hypothesis-tests
    cleder committed 253 days ago
  • Add hypothesis strategies for generating points in different spatial reference systems
    cleder committed 253 days ago
  • Add hypothesis as an additional dependency for mypy and typing
    cleder committed 253 days ago
  • differentiate 2D and 3D types
    cleder committed 252 days ago
  • Add point generation strategy
    cleder committed 252 days ago
  • Refactor point_coords function to support generating 2D or 3D points
    cleder committed 252 days ago
  • remove redundant tests
    cleder committed 252 days ago
  • Add line string tests to hypothesis module
    cleder committed 252 days ago
  • exclude subnormals from coordinate strategy
    cleder committed 252 days ago
  • limit generated coordinates to 32 bit floats, that should be enough for geospatial use cases
    cleder committed 251 days ago
  • Update regular expression pattern in factories.py and add hypothesis tests for LinearRing, MultiPoint, and GeometryCollection
    cleder committed 251 days ago
  • Update max_interiors and max_points in strategies.py
    cleder committed 251 days ago
  • Only run hypothesis test once
    cleder committed 251 days ago
  • Add test for nested GeometryCollections in WKT parsing
    cleder committed 251 days ago
  • Update documentation
    cleder committed 251 days ago
  • add strategies to documentation
    cleder committed 251 days ago
  • remove Python 3.7 and PyPy versions in GitHub workflow
    cleder committed 251 days ago
  • measure test coverage including the hypothesis tests
    cleder committed 251 days ago
  • Add test coverage hypothesis profile for pytest
    cleder committed 251 days ago
  • Add HealthCheck suppression to coverage profile
    cleder committed 251 days ago
  • Increase coverage
    cleder committed 251 days ago
  • hypothesis messes with the exception message
    cleder committed 251 days ago
Loading