basic dnsplug test

This commit is contained in:
Gene Shuman
2017-01-27 15:06:49 -08:00
parent dfbc0bc324
commit 2f0f181852
2 changed files with 37 additions and 0 deletions
+2
View File
@@ -30,6 +30,7 @@ def test_suite():
test_dkim,
test_util,
test_arc,
test_dnsplug,
)
modules = [
test_canonicalization,
@@ -37,6 +38,7 @@ def test_suite():
test_dkim,
test_util,
test_arc,
test_dnsplug,
]
suites = [x.test_suite() for x in modules]
return unittest.TestSuite(suites)