Skip to content

Conversation

@paddymul
Copy link
Collaborator

Summary

  • Add 61 new tests for previously untested command classes in pandas_commands.py, improving module coverage from 49% to 78%
  • Include TEST_SUITE_ANALYSIS.md documenting overall test suite coverage (71%, 323 tests) with prioritized recommendations for improving coverage across 10 zero-coverage modules

Test plan

  • All 61 new tests pass locally
  • Full test suite passes (384 passed, 5 skipped)
  • CI passes on all matrix configurations

🤖 Generated with Claude Code

paddymul and others added 3 commits January 30, 2026 08:52
Add 61 new tests for previously untested command classes in
pandas_commands.py, improving coverage from 49% to 78%. Tests cover
smart_to_int, coerce_series, NoOp, SafeInt, MakeCategory,
RemoveOutliers, OnlyOutliers, ToDatetime, Search, SearchCol,
DropDuplicates, Rank, Replace, and GroupByTransform.

Include TEST_SUITE_ANALYSIS.md documenting overall test coverage at
71% (323 tests), identifying 10 zero-coverage modules, and providing
prioritized recommendations for coverage improvements.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Moved to a separate branch/PR.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@paddymul paddymul merged commit a0102e4 into main Jan 30, 2026
10 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.

2 participants