From 23b47c7bf5ba5e4afa0faa5ce91e9fdf1c89c7d3 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:15:30 +0000 Subject: [PATCH] add new line to group --- bert_e/tests/test_bert_e.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bert_e/tests/test_bert_e.py b/bert_e/tests/test_bert_e.py index 72b5cfde..f2cdb4a3 100644 --- a/bert_e/tests/test_bert_e.py +++ b/bert_e/tests/test_bert_e.py @@ -832,7 +832,7 @@ def setUp(self): self.ci: bool = bool(getenv('CI', False)) if self.ci: # print a group with the test name that is about to run - log.info(f"::group::{self._testMethodName}") + log.info(f"\n::group::{self._testMethodName}") self.admin_id = None self.contributor_id = None # repo creator and reviewer @@ -899,7 +899,7 @@ def tearDown(self): self.gitrepo.delete() if self.ci: # end the group with the test name that just ran - log.info("::endgroup::") + log.info("\n::endgroup::") def create_pr( self,