dkim files

This commit is contained in:
Diskette Guy
2025-10-09 01:49:59 +07:00
parent 7aedfbe7c8
commit 5b9aaba817
4 changed files with 303 additions and 557 deletions
+2
View File
@@ -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)