platisd / duplicate-code-detection-tool

A simple Python3 tool to detect similarities between files within a repository
MIT License
162 stars 30 forks source link

Add automated tests for duplicate_code_detection.py #19

Open platisd opened 2 years ago

platisd commented 2 years ago

The main business logic under duplicate_code_detection.py is lacking unit tests to be automatically run on CI.

Let's introduce some! :balloon: