Skip to content

Commit 1502588

Browse files
author
Maurizio Branca
committed
Cleanup
Refs: EDITOR-527
1 parent fad8b71 commit 1502588

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/conftest.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ def agent(pytestconfig):
2626
cd_command = "cd"
2727
with run_context.prefix(f'{cd_command} ..'):
2828
runner.run(cli_full_line, echo=True, hide=True, warn=True, env=env, asynchronous=True)
29-
print("cli_full_line", cli_full_line)
29+
30+
# we give some time to the agent to start and listen to
31+
# incoming requests
3032
time.sleep(.5)
3133

3234
# we block here until the test function using this fixture has returned

0 commit comments

Comments
 (0)