MissouriMRR / SUAS-2025

Missouri S&T Multirotor Design Team's code for the 2025 Student Unmanned Aerial Systems Competition (SUAS).
MIT License
3 stars 0 forks source link

Add Unit Test for deskew.py #18

Closed OrangePear13 closed 1 week ago

OrangePear13 commented 1 month ago

Add Unit Test for deskew.py

Problem

Create unit tests for vision/deskew/deskew.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.