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
fallscameron01 opened this issue
Mar 7, 2023
· 0 comments
Labels
testingTask related to testing of functionalityunit testRelating to the creation of unit test for a module.visionRelating to image or visual stream handling and processing
Create a unit test to test the functionality of vision > standard_object > odlc_colors.py
Solution
Create a unit test that will test all functions and classes in the file.
Additional Information
Unit tests should test the following:
Given the specified input that the function is expecting, the function should return the correct type without crashing. Function/class should behave as specified/expected in the docstring or any other descriptions.
The text was updated successfully, but these errors were encountered:
fallscameron01
added
testing
Task related to testing of functionality
vision
Relating to image or visual stream handling and processing
unit test
Relating to the creation of unit test for a module.
labels
Mar 7, 2023
testingTask related to testing of functionalityunit testRelating to the creation of unit test for a module.visionRelating to image or visual stream handling and processing
Add Unit Test for odlc_colors.py
Problem
Create a unit test to test the functionality of vision > standard_object > odlc_colors.py
Solution
Create a unit test that will test all functions and classes in the file.
Additional Information
Unit tests should test the following:
Given the specified input that the function is expecting, the function should return the correct type without crashing. Function/class should behave as specified/expected in the docstring or any other descriptions.
The text was updated successfully, but these errors were encountered: