5 lines
95 B
Python
5 lines
95 B
Python
import unittest
|
|
from dkim.tests import test_suite
|
|
|
|
unittest.TextTestRunner().run(test_suite())
|