[repo-assist] Tests: add coverage for zapp, zappAsync, and compareWithAsync - #329
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
These three functions had no dedicated tests. This commit adds: - 6 tests for AsyncSeq.zapp (function application, short-circuiting, empty cases) - 2 tests for AsyncSeq.zappAsync (async function application, empty case) - 5 tests for AsyncSeq.compareWithAsync (equal, shorter, longer, lexicographic, empty) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 This pull request was created by Repo Assist, an automated AI assistant.
Summary
AsyncSeq.zapp,AsyncSeq.zappAsync, andAsyncSeq.compareWithAsynchad no dedicated tests. This PR adds comprehensive test coverage for all three.Changes
AsyncSeqTests.fs:AsyncSeq.zapp— 4 tests covering: basic application, stopping when functions run out, stopping when values run out, empty functions sequenceAsyncSeq.zappAsync— 2 tests covering: basic async application, empty values sequenceAsyncSeq.compareWithAsync— 5 tests covering: equal sequences, shorter < longer, longer > shorter, lexicographic difference, both emptyRoot Cause
These functions were already implemented and correct; they simply had no test coverage, making them invisible to the test suite.
Test Status
✅ Build succeeded (0 errors, 12 pre-existing warnings)
✅ All 487 tests pass (
Passed: 487, Failed: 0) — up from 476 before this PRAdd this agentic workflow to your repo
To install this agentic workflow, run