aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-05-29 16:30:45 -0400
committerIlya Etingof <etingof@gmail.com>2019-05-29 22:30:45 +0200
commit9901a7f012fb77aa406921c9e423b2c0cb8e37e4 (patch)
tree2427cc34f91f2b9dcae97dc8f788d75d3bdf9822 /tests/__main__.py
parent2cd40241c3c152256d98637ecc887f990780525f (diff)
downloadpyasn1-modules-9901a7f012fb77aa406921c9e423b2c0cb8e37e4.tar.gz
Add support for RFC 2634 (#38)
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 c46d1d4..360f4d8 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -17,6 +17,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc2459.suite',
'tests.test_rfc2511.suite',
'tests.test_rfc2560.suite',
+ 'tests.test_rfc2634.suite',
'tests.test_rfc2986.suite',
'tests.test_rfc3161.suite',
'tests.test_rfc3274.suite',