summaryrefslogtreecommitdiff
path: root/src/tests/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/helper.py')
-rw-r--r--src/tests/helper.py1
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')