-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update test_packets_sub9.py #1100
Conversation
Hola, your friendly InvestiGator bot here with another message! Because this PR was closed/merged, I'm going to remove the docs preview for now. Have a great day! Go gators! 🐊 |
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 job! Just look over the one comment and also run your code through pre-commit
: https://uf-mil.github.io/docs/software/devtools.html#pre-commit!
@@ -6,9 +6,9 @@ | |||
from mil_usb_to_can.sub9 import Packet | |||
from mil_usb_to_can.sub9.packet import SYNC_CHAR_1, SYNC_CHAR_2 | |||
|
|||
|
|||
# payload_format must follow format characters listed here: https://docs.python.org/3/library/struct.html |
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.
I'm not sure we need this comment. This is clear if you're using the library.
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.
Thanks, great work!
Description
Added new tests for sub9 usb to can driver
Screenshot or Video
Related Issues
- Closes #1092
Testing
All new tests pass
About This PR