From 2dc37526ab403e59c2989a59cb65355f9646fe35 Mon Sep 17 00:00:00 2001 From: John Vouvakis Manousakis Date: Fri, 21 Jun 2024 21:18:52 -0700 Subject: [PATCH] Here! --- .test | 1 - pelicun/tests/code_repetition_checker.py | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .test diff --git a/.test b/.test deleted file mode 100644 index 273c1a9ff..000000000 --- a/.test +++ /dev/null @@ -1 +0,0 @@ -This is a test. \ No newline at end of file diff --git a/pelicun/tests/code_repetition_checker.py b/pelicun/tests/code_repetition_checker.py index 3bf66f4f6..05d925695 100644 --- a/pelicun/tests/code_repetition_checker.py +++ b/pelicun/tests/code_repetition_checker.py @@ -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)