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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user