Skip to content

Commit

Permalink
Format code with Black.
Browse files Browse the repository at this point in the history
  • Loading branch information
githubbot committed Jun 22, 2024
1 parent 2dc3752 commit 6cd89a0
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion pelicun/tests/code_repetition_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,56 @@ 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_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()
Expand Down

0 comments on commit 6cd89a0

Please sign in to comment.