diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-24 15:12:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 15:12:09 +0530 |
commit | 9da3cad205499cfd8a129d4821d39f6106695d60 (patch) | |
tree | bb6806c87057be98cc74d9ca71353342f2d6d84d | |
parent | d5a4c525adce8e0d4c85a9f2db412a3c82b49df3 (diff) | |
download | vyos-workflow-test-temp-9da3cad205499cfd8a129d4821d39f6106695d60.tar.gz vyos-workflow-test-temp-9da3cad205499cfd8a129d4821d39f6106695d60.zip |
T0000: Update helper.py
-rw-r--r-- | src/tests/helper.py | 1 |
1 files changed, 1 insertions, 0 deletions
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') |