Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address to-do about consolidating testing sequence implementations #923

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

atifaziz
Copy link
Member

@atifaziz atifaziz commented Jan 15, 2023

This PR addresses a to-do comment by removing DisposalTrackingSequence in MemoizeTest and using TestingSequence instead. This required enhancing TestingSequence with an option to allow re-iteration of a sequence as well as exposing a property to assert if the enumerator was disposed.

@codecov
Copy link

codecov bot commented Jan 15, 2023

Codecov Report

Merging #923 (096e00f) into master (63d4efe) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #923   +/-   ##
=======================================
  Coverage   92.44%   92.44%           
=======================================
  Files         112      112           
  Lines        3440     3440           
  Branches     1019     1019           
=======================================
  Hits         3180     3180           
  Misses        199      199           
  Partials       61       61           

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

@atifaziz atifaziz merged commit 096e00f into morelinq:master Jan 15, 2023
@atifaziz atifaziz deleted the consolidate-test-seq branch January 15, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants