From 0056bd3bdadf708b21264fc5bf33d4e25c28b170 Mon Sep 17 00:00:00 2001 From: Jhansi M N S <94177510+jhanm12@users.noreply.github.com> Date: Thu, 17 Aug 2023 18:47:12 +0530 Subject: [PATCH 1/2] Update cafy.py --- cafy_pytest/cafy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cafy_pytest/cafy.py b/cafy_pytest/cafy.py index 969e2c9..39e2ce6 100644 --- a/cafy_pytest/cafy.py +++ b/cafy_pytest/cafy.py @@ -49,6 +49,7 @@ def __init__(self, title, params, logger=None, blocking=True): super().__init__(title, params) self.blocking = blocking self.logger = logger + self.log.banner(title) def __enter__(self): super().__enter__() From 1e4f92f110793f103e7fc040003e3c23d4d8043e Mon Sep 17 00:00:00 2001 From: Jhansi M N S <94177510+jhanm12@users.noreply.github.com> Date: Thu, 17 Aug 2023 18:52:04 +0530 Subject: [PATCH 2/2] Update cafy.py --- cafy_pytest/cafy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cafy_pytest/cafy.py b/cafy_pytest/cafy.py index 39e2ce6..d2081de 100644 --- a/cafy_pytest/cafy.py +++ b/cafy_pytest/cafy.py @@ -49,7 +49,7 @@ def __init__(self, title, params, logger=None, blocking=True): super().__init__(title, params) self.blocking = blocking self.logger = logger - self.log.banner(title) + self.logger.banner(title) def __enter__(self): super().__enter__()