Skip to content
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

Add Unit Test for bottle_reader.py #80

Open
fallscameron01 opened this issue Mar 7, 2023 · 0 comments · May be fixed by #183
Open

Add Unit Test for bottle_reader.py #80

fallscameron01 opened this issue Mar 7, 2023 · 0 comments · May be fixed by #183
Labels
testing Task related to testing of functionality unit test Relating to the creation of unit test for a module. vision Relating to image or visual stream handling and processing

Comments

@fallscameron01
Copy link
Member

Add Unit Test for bottle_reader.py

Problem

Create a unit test to test the functionality of vision > competition_inputs > bottle_reader.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.

@fallscameron01 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
@fallscameron01 fallscameron01 moved this to 📋 Backlog in SUAS-2023 Testing Mar 12, 2023
@cjhr95 cjhr95 linked a pull request Apr 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Task related to testing of functionality unit test Relating to the creation of unit test for a module. vision Relating to image or visual stream handling and processing
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

1 participant