Skip to content

Commit

Permalink
Ok, linted. Hope you're happy now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Jun 22, 2024
1 parent 6cd89a0 commit 4eee162
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pelicun/tests/code_repetition_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,20 @@ def all_test_files():
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.'
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 indeed.'
)
assert very_long_line is not None
assert very_long_string is not None
for file in test_files:
print()
print(file)
Expand Down

0 comments on commit 4eee162

Please sign in to comment.