From d8dba075d68c16821abd4a48b1a4213f08ae64cd Mon Sep 17 00:00:00 2001 From: martynia Date: Tue, 7 Nov 2023 14:09:49 +0100 Subject: [PATCH] fix: remove test printouts --- Pilot/tests/Test_simplePilotLogger.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pilot/tests/Test_simplePilotLogger.py b/Pilot/tests/Test_simplePilotLogger.py index 099d4847..701c1efc 100644 --- a/Pilot/tests/Test_simplePilotLogger.py +++ b/Pilot/tests/Test_simplePilotLogger.py @@ -130,9 +130,7 @@ def test_executeAndGetOutput(self, popenMock, argvmock): "-F", "tests/pilot.json", ] - import os - cwd = os.getcwd() - print("cwd", cwd) + for size in [1000, 1024, 1025, 2005]: random_str = "".join(random.choice(string.ascii_letters + "\n") for i in range(size)) if sys.version_info.major == 3: