travisjungroth / formlessness

A Python library for making web forms on the back end
MIT License
5 stars 2 forks source link

Change Constraints #163

Closed travisjungroth closed 2 years ago

travisjungroth commented 2 years ago

Added more tests. Empty Or is now falsey. Lean more on simplification than custom everything. Dropped top-level requires. It really wasn't properly supported.

codecov[bot] commented 2 years ago

Codecov Report

Merging #163 (d49a379) into main (881a52c) will increase coverage by 0.30%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main     #163      +/-   ##
==========================================
+ Coverage   91.84%   92.15%   +0.30%     
==========================================
  Files          15       15              
  Lines        1042     1032      -10     
  Branches      144      142       -2     
==========================================
- Hits          957      951       -6     
+ Misses         67       65       -2     
+ Partials       18       16       -2     
Impacted Files Coverage Δ
formlessness/constraints.py 88.26% <90.00%> (+0.70%) :arrow_up:

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 881a52c...d49a379. Read the comment docs.