summaryrefslogtreecommitdiff
path: root/src/leap/email/smtp/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/email/smtp/test_all.py')
-rw-r--r--src/leap/email/smtp/test_all.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/leap/email/smtp/test_all.py b/src/leap/email/smtp/test_all.py
deleted file mode 100644
index a760ba53..00000000
--- a/src/leap/email/smtp/test_all.py
+++ /dev/null
@@ -1,10 +0,0 @@
-import sys
-import unittest
-
-import tests
-
-def test_suite():
- return tests.test_suite()
-
-if __name__ == '__main__':
- unittest.main(defaultTest='test_suite')