Stranger6667 / hypothesis-graphql

Generate arbitrary queries matching your GraphQL schema, and use them to verify your backend implementation.
https://pypi.org/project/hypothesis-graphql/
MIT License
44 stars 2 forks source link

chore: Expose `validate_scalar_strategy` in the public API #75

Closed Stranger6667 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #75 (05d78d0) into master (b66ed3d) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   99.11%   99.12%           
=======================================
  Files          12       13    +1     
  Lines         454      456    +2     
  Branches       85       85           
=======================================
+ Hits          450      452    +2     
  Misses          4        4           
Impacted Files Coverage Δ
src/hypothesis_graphql/__init__.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/strategy.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/validation.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/types.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b66ed3d...05d78d0. Read the comment docs.