morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.7k stars 415 forks source link

Improve `TestingSequence` assertions #901

Closed viceroypenguin closed 1 year ago

viceroypenguin commented 1 year ago

This PR updates the assertions made in TestingSequence:

codecov[bot] commented 1 year ago

Codecov Report

Merging #901 (74faa1f) into master (c081197) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #901   +/-   ##
=======================================
  Coverage   92.41%   92.41%           
=======================================
  Files         112      112           
  Lines        3439     3439           
  Branches     1021     1021           
=======================================
  Hits         3178     3178           
  Misses        199      199           
  Partials       62       62           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

viceroypenguin commented 1 year ago

A future PR will make additional improvements, similar to viceroypenguin/SuperLinq#143.

atifaziz commented 1 year ago

This has been superseded by PR #936.