diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-27 00:08:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 00:08:17 +0530 |
commit | 8bb8c0f7a26891cf400483d0a364ea49da672643 (patch) | |
tree | 35e5ae3569fd2f1571421f41f42583103a299eca | |
parent | d70c2162e1a98aeee60de32ae8a1e24c187043a9 (diff) | |
download | vyos-workflow-test-temp-8bb8c0f7a26891cf400483d0a364ea49da672643.tar.gz vyos-workflow-test-temp-8bb8c0f7a26891cf400483d0a364ea49da672643.zip |
T0000: test
-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 ea1ec74..a4d30c7 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -29,3 +29,4 @@ def prepare_module(file_path='', module_name=''): print() if False: print('False') if True: print('True Again') + if True: print('True Once Again') |