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

Add more Interleave tests #728

Merged
merged 36 commits into from
Jan 14, 2023
Merged

Conversation

Orace
Copy link
Contributor

@Orace Orace commented Dec 12, 2019

Added:

  • TestInterleaveEarlyThrowOnNullElementInOtherSequences
  • TestInterleaveDisposesOnPartialEnumeration

@Orace Orace changed the title Interleave: Add test on arguments check Interleave: Add tests Dec 12, 2019
Copy link
Member

@atifaziz atifaziz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires a conflict resolution since merge of PR #696.

@Orace Orace requested a review from atifaziz December 12, 2019 11:07
…AtGetEnumerator

Add TestInterleaveDisposesOnErrorAtMoveNext
@codecov
Copy link

codecov bot commented Dec 12, 2019

Codecov Report

Merging #728 (a51be99) into master (4c583f2) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #728      +/-   ##
==========================================
+ Coverage   92.41%   92.44%   +0.02%     
==========================================
  Files         112      112              
  Lines        3440     3440              
  Branches     1018     1018              
==========================================
+ Hits         3179     3180       +1     
+ Misses        200      199       -1     
  Partials       61       61              
Impacted Files Coverage Δ
MoreLinq/Interleave.cs 100.00% <0.00%> (+2.38%) ⬆️

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

@Orace
Copy link
Contributor Author

Orace commented Dec 12, 2019

Those tests are useful to correctly fix #729 that is addressed in #730.

Copy link
Member

@atifaziz atifaziz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks and sorry to have taken so long to get back on this.

@atifaziz atifaziz changed the title Interleave: Add tests Add more Interleave tests Jan 14, 2023
…veInterleaveTests

Conflicts resolved:

- MoreLinq.Test/InterleaveTest.cs
@atifaziz atifaziz merged commit 34c7ebe into morelinq:master Jan 14, 2023
@Orace Orace deleted the ImrpoveInterleaveTests branch January 16, 2023 10:24
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.

None yet

2 participants