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 #17

Open
OrangePear13 opened this issue Sep 13, 2024 · 0 comments · May be fixed by #41
Open

Add Unit Test for vector_utils.py #17

OrangePear13 opened this issue Sep 13, 2024 · 0 comments · May be fixed by #41
Assignees
Labels
good first issue Good for newcomers testing runs another part of our code base and verifies it completes its objective vision Vision subteam / works with computer vision to interact with photos and identify important objects

Comments

@OrangePear13
Copy link

Add Unit Test for vector.py

Problem

Create unit tests for vision/deskew/vector_utils.py

Solution

Unit tests that will execute every line of code in the file (excluding main block code, unless file is intended to be ran directly).

Additional Information

A Unit test is code that will verify that a small, indivisible block of code executes as expected and generates the desired output when given input as specified.

@OrangePear13 OrangePear13 added good first issue Good for newcomers vision Vision subteam / works with computer vision to interact with photos and identify important objects testing runs another part of our code base and verifies it completes its objective labels Sep 13, 2024
@J-The-Fox J-The-Fox linked a pull request Nov 8, 2024 that will close this issue
@J-The-Fox J-The-Fox self-assigned this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers testing runs another part of our code base and verifies it completes its objective vision Vision subteam / works with computer vision to interact with photos and identify important objects
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants