-
Notifications
You must be signed in to change notification settings - Fork 172
chore: format node unit tests with black #1614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: format node unit tests with black #1614
Conversation
Signed-off-by: SubhraSameerDash <2303105_cseai@gita.edu.in>
WalkthroughThis pull request applies Black code formatter standardization to four test files in the test suite ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR applies Black code formatting to node-related unit test files to ensure consistent code style across the test suite.
Changes:
- Formatted tests/unit/node*.py files with Black formatter
- Applied line breaking, quote normalization, trailing commas, and whitespace cleanup
- No logic or functionality changes
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/unit/node_update_transaction_test.py | Applied Black formatting: line breaks for long assert statements, trailing commas |
| tests/unit/node_tls_test.py | Applied Black formatting: quote normalization, whitespace cleanup, line breaks, parenthesized context managers |
| tests/unit/node_create_transaction_test.py | Applied Black formatting: line breaks for long assert statements |
| tests/unit/node_address_test.py | Applied Black formatting: quote normalization, line breaks, trailing commas, blank lines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
|
Thanks for the PR, @Subhrasameerdash. Please add a corresponding entry to CHANGELOG.md under ## Test. |
Description:
Format node unit tests with Black for consistent style.
Run Black on tests/unit/node*.py
Related issue(s):
Fixes #1545
Notes for reviewer:
Checklist