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

feat: Support mutations #53

Closed Stranger6667 closed 2 years ago

Stranger6667 commented 2 years ago

Resolves #51

codecov[bot] commented 2 years ago

Codecov Report

Merging #53 (bb150e2) into master (72b71dc) will increase coverage by 0.23%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   98.30%   98.54%   +0.23%     
==========================================
  Files           5       10       +5     
  Lines         236      274      +38     
  Branches       49       51       +2     
==========================================
+ Hits          232      270      +38     
  Misses          4        4              
Flag Coverage Δ
unittests 98.54% <100.00%> (+0.23%) :arrow_up:

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

Impacted Files Coverage Δ
src/hypothesis_graphql/_strategies/ast.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/context.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/mutations.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/queries.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/selections.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/validation.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/strategies.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 72b71dc...bb150e2. Read the comment docs.