Skip to content

Conversation

atifaziz
Copy link
Member

@atifaziz atifaziz commented Aug 12, 2020

We have TestingSequence<> and WatchableEnumerator<> to help with this and many tests are missing its use. This PR fixes that.

Pending:

  • Acquire
  • AggregateRight
  • Aggregate
  • Append
  • Assert
  • AssertCount
  • AtLeast
  • AtMost
  • Consume
  • CountBetween
  • CountBy
  • DistinctBy
  • Evaluate
  • Exactly
  • ExceptBy
  • FallbackIfEmpty
  • FillBackward
  • FillForward
  • ForEach
  • From
  • FullGroupJoin
  • FullJoin
  • Generate
  • GroupAdjacent
  • IndexBy
  • Index
  • Lag
  • Lead
  • LeftJoin
  • OrderBy
  • PadStart
  • Pad
  • PartialSortBy
  • PartialSort
  • Partition
  • Pipe
  • PreScan
  • Prepend
  • RandomSubset
  • Random
  • Return
  • RightJoin
  • RunLengthEncode
  • ScanBy
  • ScanRight
  • Scan
  • Sequence
  • Shuffle
  • SkipLast
  • Slice
  • Split
  • Subject
  • Subset
  • TakeEvery
  • TakeUntil
  • ToArrayByIndex
  • ToDataTable
  • ToDelimitedString
  • ToDictionary
  • ToLookup
  • Trace
  • Traverse
  • Unfold

Help is welcome by opening a PR against this branch. 🙏🏽

@codecov
Copy link

codecov bot commented Aug 12, 2020

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.22%. Comparing base (72c3c66) to head (9ab786a).
⚠️ Report is 13 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #759   +/-   ##
=======================================
  Coverage   93.22%   93.22%           
=======================================
  Files         112      112           
  Lines        3410     3410           
  Branches      962      962           
=======================================
  Hits         3179     3179           
  Misses        215      215           
  Partials       16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

atifaziz added 3 commits July 4, 2023 19:27
Conflicts resolved:

- MoreLinq.Test/AssertTest.cs
- MoreLinq.Test/AtLeastTest.cs
- MoreLinq.Test/TestExtensions.cs
@atifaziz atifaziz mentioned this pull request Dec 29, 2024
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.

1 participant