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 vector_utils.py #65

Open
fallscameron01 opened this issue Feb 28, 2023 · 0 comments
Open

Add Unit Test for vector_utils.py #65

fallscameron01 opened this issue Feb 28, 2023 · 0 comments
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 vector_utils.py

Problem

Create a unit test to test the functionality of vision > deskew > vector_utils.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 Feb 28, 2023
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

No branches or pull requests

1 participant