diff options
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 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') |