summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.py b/test.py
index 48bb0a8..e8c29d0 100644
--- a/test.py
+++ b/test.py
@@ -35,6 +35,8 @@ def test1():
this = getfname(f1)
assert this == 'test.py', this
+
+
if __name__ == '__main__':
t0 = time.time()
for name, test in list(globals().items()):