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: Do not generate queries with inline fragments that contain fields with the same name, but different types #58

Closed Stranger6667 closed 2 years ago

Stranger6667 commented 2 years ago

Fixes #49

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (b04c902) into master (f0fc8e9) will increase coverage by 0.21%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   98.55%   98.76%   +0.21%     
==========================================
  Files          11       11              
  Lines         276      324      +48     
  Branches       62       75      +13     
==========================================
+ Hits          272      320      +48     
  Misses          4        4              
Flag Coverage Δ
unittests 98.76% <100.00%> (+0.21%) :arrow_up:

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

Impacted Files Coverage Δ
src/hypothesis_graphql/_strategies/selections.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 f0fc8e9...b04c902. Read the comment docs.