Skip to content

Commit

Permalink
Here!
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Jun 22, 2024
1 parent 2d1a592 commit 2dc3752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .test

This file was deleted.

2 changes: 2 additions & 0 deletions pelicun/tests/code_repetition_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def all_test_files():
runs the main function to find and print repeated line blocks in each file.
"""
test_files = glob('tests/*.py')
very_long_line = [1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00]
very_long_string = 'some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is very long.'
for file in test_files:
print()
print(file)
Expand Down

0 comments on commit 2dc3752

Please sign in to comment.