Skip to content

test: Add edge case tests for testing.py helpers#14

Merged
rustyconover merged 2 commits into
mainfrom
test/testing-py-coverage
Jan 5, 2026
Merged

test: Add edge case tests for testing.py helpers#14
rustyconover merged 2 commits into
mainfrom
test/testing-py-coverage

Conversation

@rustyconover

Copy link
Copy Markdown
Contributor

Summary

  • Adds edge case tests for TableInOutFunctionTestClient
  • Tests function with finalize() returning None
  • Tests empty input handling with finalize
  • Tests multiple sequential calls with empty/non-empty input

Note: Some edge cases (StopIteration during priming/processing) are not easily testable due to framework exception logging behavior.

Test plan

  • All existing tests pass
  • New tests pass
  • Type checks pass

Closes vgi-python-lec

🤖 Generated with Claude Code

rustyconover and others added 2 commits January 5, 2026 12:07
Adds tests for:
- Functions with finalize() returning None
- Empty input handling with finalize
- Multiple sequential calls with empty/non-empty input

Note: Some edge cases (StopIteration during priming/processing) are not
easily testable due to framework exception logging behavior.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rustyconover rustyconover merged commit 89d3298 into main Jan 5, 2026
0 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant