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

fix: Generate only 32-bit signed integers for the `Int` type #41

Closed Stranger6667 closed 3 years ago

Stranger6667 commented 3 years ago

Fixes #40

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (ac8ddc9) into master (d7ce673) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   97.93%   97.95%   +0.02%     
==========================================
  Files           5        5              
  Lines         194      196       +2     
  Branches       34       34              
==========================================
+ Hits          190      192       +2     
  Misses          4        4              
Flag Coverage Δ
unittests 97.95% <100.00%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/hypothesis_graphql/_strategies/primitives.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 d7ce673...ac8ddc9. Read the comment docs.