summaryrefslogtreecommitdiffstats
path: root/tests/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.py')
-rw-r--r--tests/main.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/main.py b/tests/main.py
index df7e95f3..edff16f2 100644
--- a/tests/main.py
+++ b/tests/main.py
@@ -211,7 +211,3 @@ def main():
doctor = DoctorTest(conf)
doctor.run()
-
-
-if __name__ == '__main__':
- sys.exit(main())