summaryrefslogtreecommitdiff
path: root/src/leap/email/smtp/test_all.py
blob: a760ba53ba4765185fb8818cac8ffe1bcc5ec31f (plain)
1
2
3
4
5
6
7
8
9
10
import sys
import unittest

import tests

def test_suite():
    return tests.test_suite()

if __name__ == '__main__':
    unittest.main(defaultTest='test_suite')