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 797e28b2..7714d7da 100644
--- a/tests/main.py
+++ b/tests/main.py
@@ -92,7 +92,3 @@ def main():
doctor = DoctorTest(conf)
doctor.run()
-
-
-if __name__ == '__main__':
- sys.exit(main())