Python-Image-Converter icon indicating copy to clipboard operation
Python-Image-Converter copied to clipboard

Missing Unit Tests

Open achimoraites opened this issue 2 years ago • 0 comments
trafficstars

Is your issue a bug report or a feature request?

  • [ ] Bug report
  • [x] Feature request

Describe the issue: The project currently lacks unit tests, which makes it difficult to ascertain the correctness and robustness of the code. With tests, it is easier to ensure that new contributions do not introduce regressions, and it is easier to refactor or expand the codebase confidently.

Additional context: Implementing a suite of unit tests will drastically improve the maintainability and trustworthiness of the code. It would be beneficial to introduce tests covering the core functionality of the image conversion process and utility functions.

Utilizing a testing framework such as unittest or pytest would provide a structured and systematic approach to testing the project.

achimoraites avatar Sep 28 '23 08:09 achimoraites