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: Always generate required fields in argument types #47

Closed Stranger6667 closed 3 years ago

Stranger6667 commented 3 years ago

Fixes #46

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (97b653d) into master (209b923) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   98.26%   98.30%   +0.04%     
==========================================
  Files           5        5              
  Lines         230      236       +6     
  Branches       46       49       +3     
==========================================
+ Hits          226      232       +6     
  Misses          4        4              
Flag Coverage Δ
unittests 98.30% <100.00%> (+0.04%) :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%> (ø)
src/hypothesis_graphql/_strategies/queries.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 209b923...97b653d. Read the comment docs.