lycantropos / hypothesis_sqlalchemy

hypothesis strategies for generating SQLAlchemy objects
MIT License
28 stars 8 forks source link

Complex unique/primary key constraints support #23

Closed lycantropos closed 4 years ago

lycantropos commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #23   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     12    +2     
  Lines         220    229    +9     
=====================================
+ Hits          220    229    +9
Impacted Files Coverage Δ
hypothesis_sqlalchemy/tabular/records.py 100% <ø> (ø) :arrow_up:
hypothesis_sqlalchemy/constrained/base.py 100% <100%> (ø)
hypothesis_sqlalchemy/columnar/base.py 100% <100%> (ø) :arrow_up:
hypothesis_sqlalchemy/columnar/records.py 100% <100%> (ø) :arrow_up:
hypothesis_sqlalchemy/columnar/__init__.py 100% <100%> (ø) :arrow_up:
hypothesis_sqlalchemy/tabular/base.py 100% <100%> (ø) :arrow_up:
hypothesis_sqlalchemy/constrained/__init__.py 100% <100%> (ø)

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 9ca5408...ee9b9f7. Read the comment docs.