You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mil_usb_to_can package is an important package, as it maintains and supports communication with electrical boards from software systems. The module provides a series of submodules and classes that allow this transmission in a Pythonic and easy-to-use way.
However, some tests should be written to ensure that the package is working as expected. Tests can include:
Ensuring that Packet classes with specified fields will generate the appropriate bit structure, as listed out in the Packet Format of the sub9 module documentation of the mil_usb_to_can board.
Ensuring that new subclasses of Packet can be implemented, and that they generate the appropriate bitstreams
How would this task be tested?
Ensure that all of your written tests are comprehensive, and that they pass.
Contacts
We need help from the mechanical team.
We need help from the electrical team.
We need help from Dr. Schwartz or other faculty.
We need help from a company or an organization.
We need help from another UF staff member or organization (ex, facilities).
The text was updated successfully, but these errors were encountered:
Assignee
No response
Deadline
No response
What needs to change?
The
mil_usb_to_can
package is an important package, as it maintains and supports communication with electrical boards from software systems. The module provides a series of submodules and classes that allow this transmission in a Pythonic and easy-to-use way.However, some tests should be written to ensure that the package is working as expected. Tests can include:
Packet
classes with specified fields will generate the appropriate bit structure, as listed out in the Packet Format of thesub9
module documentation of themil_usb_to_can
board.Packet
can be implemented, and that they generate the appropriate bitstreamsHow would this task be tested?
Contacts
The text was updated successfully, but these errors were encountered: