MarvinJWendt / testza

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
MIT License
418 stars 21 forks source link

Added `AssertUnique` and `AssertNotUnique` #158

Closed MarvinJWendt closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #158 (9b23311) into main (9b3ca14) will increase coverage by 0.35%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
+ Coverage   86.43%   86.78%   +0.35%     
==========================================
  Files          11       11              
  Lines         678      696      +18     
==========================================
+ Hits          586      604      +18     
  Misses         56       56              
  Partials       36       36              
Impacted Files Coverage Δ
assert.go 96.33% <100.00%> (+0.11%) :arrow_up:
fuzz-utils.go 83.33% <100.00%> (+6.06%) :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 9b3ca14...9b23311. Read the comment docs.