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

chore: Rename strategies, so they conform with the recommended naming of Hypothesis strategies #56

Closed Stranger6667 closed 2 years ago

Stranger6667 commented 2 years ago

strategies.query -> strategies.queries strategies.schema -> strategies.schemas

codecov[bot] commented 2 years ago

Codecov Report

Merging #56 (9a7baa0) into master (3cfe1ab) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files          11       11           
  Lines         276      276           
  Branches       62       62           
=======================================
  Hits          272      272           
  Misses          4        4           
Flag Coverage Δ
unittests 98.55% <100.00%> (ø)

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

Impacted Files Coverage Δ
src/hypothesis_graphql/_strategies/queries.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 3cfe1ab...9a7baa0. Read the comment docs.