Skip to content

Commit

Permalink
fix: remove test printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
martynia committed Nov 7, 2023
1 parent 7a9fd57 commit d8dba07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Pilot/tests/Test_simplePilotLogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8dba07

Please sign in to comment.