aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-05-31 13:53:36 -0400
committerIlya Etingof <etingof@gmail.com>2019-05-31 19:53:36 +0200
commit6a63d407e4b9db75aef551e6cfc69110b3b6a246 (patch)
treebf45450f7e7b745154c3b7bd8486167f75c820d7 /tests/__main__.py
parent61b5149d1b1e50a212f64846ffc90a9222f51a83 (diff)
downloadpyasn1-modules-6a63d407e4b9db75aef551e6cfc69110b3b6a246.tar.gz
Add support for RFC 5940 (#41)
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 a76ce57..f337377 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -37,6 +37,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc5649.suite',
'tests.test_rfc5652.suite',
'tests.test_rfc5915.suite',
+ 'tests.test_rfc5940.suite',
'tests.test_rfc5958.suite',
'tests.test_rfc6019.suite',
'tests.test_rfc8103.suite',