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 crop.py #14

Open
OrangePear13 opened this issue Sep 13, 2024 · 0 comments
Open

Add Unit Test for crop.py #14

OrangePear13 opened this issue Sep 13, 2024 · 0 comments
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 crop.py

Problem

Create unit tests for vision/common/crop.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
@graylogan graylogan self-assigned this Sep 26, 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

No branches or pull requests

2 participants