feat: Refactor Transaction Test - #2627
Conversation
Signed-off-by: aceppaluni <aceppaluni@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #2627 +/- ##
=======================================
Coverage 95.47% 95.47%
=======================================
Files 165 165
Lines 10604 10604
=======================================
Hits 10124 10124
Misses 480 480 🚀 New features to boost your workflow:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe transaction unit tests replace removed local account fixtures with the shared ChangesTransaction test fixture reuse
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change only removes duplicate test fixtures and reuses existing shared fixtures in the transaction tests; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@aceppaluni, please update the branch :) |
| Requesting triage review from: @hiero-ledger/hiero-sdk-python-triage |
Description:
Refactor tests/unit/transaction_test.py to reuse the existing shared fixtures from conftest.py instead of defining duplicate fixtures locally.
Changes
Related issue(s):
Fixes #2544
Notes for reviewer:
Checklist