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: Invalid queries for fields with the same name, and the same arguments that have different enum values #59

Closed Stranger6667 closed 2 years ago

Stranger6667 commented 2 years ago

Resolves #57

codecov[bot] commented 2 years ago

Codecov Report

Merging #59 (3098257) into master (7937bec) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   98.76%   98.86%   +0.09%     
==========================================
  Files          11       11              
  Lines         324      351      +27     
  Branches       75       86      +11     
==========================================
+ Hits          320      347      +27     
  Misses          4        4              
Flag Coverage Δ
unittests 98.86% <100.00%> (+0.09%) :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 7937bec...3098257. Read the comment docs.