aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-10-07 13:02:45 -0400
committerIlya Etingof <etingof@gmail.com>2019-10-07 19:02:45 +0200
commite2f88827355c7dae440a27bf9d281abcf7d8fc5c (patch)
tree3c4151577b0b026c0cda6a48b623eb55c7a5c057 /tests/__main__.py
parent7da04e58044fbd2e0f43b441dad1a37b98286cf9 (diff)
downloadpyasn1-modules-e2f88827355c7dae440a27bf9d281abcf7d8fc5c.tar.gz
Add test for RFC 3447 (#75)
Diffstat (limited to 'tests/__main__.py')
-rw-r--r--tests/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__main__.py b/tests/__main__.py
index 9b4cb18..511ef87 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -23,6 +23,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc2986.suite',
'tests.test_rfc3161.suite',
'tests.test_rfc3274.suite',
+ 'tests.test_rfc3447.suite',
'tests.test_rfc3560.suite',
'tests.test_rfc3565.suite',
'tests.test_rfc3709.suite',