-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: add Object copy, compose and rewrite RPCs #48
feat: add Object copy, compose and rewrite RPCs #48
Conversation
Codecov Report
@@ Coverage Diff @@
## main #48 +/- ##
==========================================
+ Coverage 97.38% 97.45% +0.07%
==========================================
Files 29 30 +1
Lines 3172 3301 +129
==========================================
+ Hits 3089 3217 +128
- Misses 83 84 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: cojenco <[email protected]>
Done, PTAL. |
emulator.py
Outdated
) | ||
composed_media = b"" | ||
for source_object in source_objects: | ||
print("%s\n" % source_object) |
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.
The code refactor here looks much more clear. Thanks!
Is this print statement for testing purposes?
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.
Doh! I was supposed to remove that. Done.
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.
Great tests! Thank you!
Part of the work for #24