diff --git a/test-folder/testfile.py b/test-folder/testfile.py deleted file mode 100644 index d5a5bdbac..000000000 --- a/test-folder/testfile.py +++ /dev/null @@ -1,6 +0,0 @@ -def testFunction(): - print("Hello World!") - - -def print_really_long_string(): - print("This is a really long string that will be printed on multiple lines.")