8.1.7.2. pelicun.tests.code_repetition_checker
A utility script for detecting duplicated blocks of lines across Python test files.
Functions
Searches for all Python test files in the 'tests' directory and runs the main function to find and print repeated line blocks in each file. |
|
|
Identifies and displays repeated consecutive line blocks within a file, including their line numbers. |