Add key generation unit test

This commit is contained in:
Spitap
2022-08-01 09:41:59 +02:00
parent a35f4a7dd3
commit fab181ae34
3 changed files with 135 additions and 11 deletions
+2
View File
@@ -35,6 +35,7 @@ def test_suite():
test_util,
test_arc,
test_dnsplug,
test_dkim_generate,
)
modules = [
test_canonicalization,
@@ -46,6 +47,7 @@ def test_suite():
test_util,
test_arc,
test_dnsplug,
test_dkim_generate,
]
suites = [x.test_suite() for x in modules]
return unittest.TestSuite(suites)