diff options
Diffstat (limited to 'src/tests/helper.py')
-rw-r--r-- | src/tests/helper.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/helper.py b/src/tests/helper.py index c00a410..636e1ec 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -27,7 +27,4 @@ def prepare_module(file_path='', module_name=''): if True: print('True') print() - if False: print('False') - if True: print('True Again') - if True: print('True Once Again') print('hello') |