josephden16 / pic-shrink

pic-shrink is an easy-to-use CLI tool for compressing images in JPG, PNG, and WEBP.
4 stars 0 forks source link

Integration Tests #2

Open josephden16 opened 1 year ago

josephden16 commented 1 year ago

This project will be incomplete without having tests to ensure the code works as expected which helps to ensure stability and assurance of code quality.

The testing approach that I felt might be convenient for this type of application is to assert that the input and output are consistent with the arguments passed.

Test cases should exist for the following scenarios:

kelvinsekx commented 1 year ago

.take