From ae399e3687670c941c26ca25991d671b988fdd7f Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Sat, 3 Aug 2024 16:45:06 +0530 Subject: T0000: test link commit --- src/tests/helper.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/tests/helper.py b/src/tests/helper.py index f703314..57922e0 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -22,3 +22,6 @@ def prepare_module(file_path='', module_name=''): module = importlib.util.module_from_spec(spec) spec.loader.exec_module(module) sys.modules[module_name] = module + if True: print('True') + print() + if False: print('False') -- cgit v1.2.3