dkim files
This commit is contained in:
@@ -36,6 +36,7 @@ def test_suite():
|
||||
test_arc,
|
||||
test_dnsplug,
|
||||
test_dkim_generate,
|
||||
test_dkim_utf8,
|
||||
)
|
||||
modules = [
|
||||
test_canonicalization,
|
||||
@@ -48,6 +49,7 @@ def test_suite():
|
||||
test_arc,
|
||||
test_dnsplug,
|
||||
test_dkim_generate,
|
||||
test_dkim_utf8,
|
||||
]
|
||||
suites = [x.test_suite() for x in modules]
|
||||
return unittest.TestSuite(suites)
|
||||
|
||||
Reference in New Issue
Block a user