diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-27 00:35:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 00:35:23 +0530 |
commit | c133f7982260898124cd2a4937d1318a713c9410 (patch) | |
tree | 125dd2514dc86906c2754711aa60ad4e66d7b111 /src/tests/helper.py | |
parent | c0276ab8bbd6e5e44de92749d40a0bec3700a241 (diff) | |
parent | c099c0331b5e7c332429864005ce3f0bddc8a444 (diff) | |
download | vyos-workflow-test-temp-c133f7982260898124cd2a4937d1318a713c9410.tar.gz vyos-workflow-test-temp-c133f7982260898124cd2a4937d1318a713c9410.zip |
Merge pull request #34 from vyos/feature/darker
T0000: test
Diffstat (limited to 'src/tests/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 a4d30c7..c00a410 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -30,3 +30,4 @@ def prepare_module(file_path='', module_name=''): if False: print('False') if True: print('True Again') if True: print('True Once Again') + print('hello') |