From 9da3cad205499cfd8a129d4821d39f6106695d60 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:12:09 +0530 Subject: T0000: Update helper.py --- src/tests/helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/helper.py b/src/tests/helper.py index f417979..ea1ec74 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -28,3 +28,4 @@ def prepare_module(file_path='', module_name=''): print('True') print() if False: print('False') + if True: print('True Again') -- cgit v1.2.3