morelinq / MoreLINQ

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

Update tests to use `TestingSequence` #1045

Closed viceroypenguin closed 5 months ago

viceroypenguin commented 7 months ago

This PR updates tests to use TestingSequence more consistently, evaluating various type patterns and that disposal patterns are followed correctly.

Fixes #1044

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a0f72ab) 92.50% compared to head (21ac927) 92.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1045 +/- ## ======================================= Coverage 92.50% 92.50% ======================================= Files 112 112 Lines 3404 3404 Branches 1056 1056 ======================================= Hits 3149 3149 Misses 189 189 Partials 66 66 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.