Add Unit Test for vector_utils.py #17
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
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.
The text was updated successfully, but these errors were encountered: