aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-10-30 18:16:26 -0400
committerIlya Etingof <etingof@gmail.com>2019-10-30 23:16:26 +0100
commitca9a0541d1fda5581a07f36b4fd46a0161f67f7a (patch)
treeca5f72f82d031fe5668d1e390b1b295b0a356e1c /tests/__main__.py
parent6f9a139a806df8589bb36d25805f5cdd31c8fa54 (diff)
downloadpyasn1-modules-ca9a0541d1fda5581a07f36b4fd46a0161f67f7a.tar.gz
Add support for RFC 4985 (#96)
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 9bc9f0a..27e279d 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -38,6 +38,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc4108.suite',
'tests.test_rfc4210.suite',
'tests.test_rfc4211.suite',
+ 'tests.test_rfc4985.suite',
'tests.test_rfc5035.suite',
'tests.test_rfc5083.suite',
'tests.test_rfc5084.suite',