Split out dkim.canonicalization, and test it. Note that test_wsp_strips_headers is correctly failing, as trailing whitespace is not stripped from header names.

This commit is contained in:
William Grant
2011-06-03 21:16:31 +10:00
parent 1721b7fec2
commit 589853aee5
4 changed files with 155 additions and 38 deletions
+2
View File
@@ -21,11 +21,13 @@ import unittest
def test_suite():
from dkim.tests import (
test_canonicalization,
test_crypto,
test_dkim,
test_util,
)
modules = [
test_canonicalization,
test_crypto,
test_dkim,
test_util,