aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-11-02 04:37:20 -0400
committerIlya Etingof <etingof@gmail.com>2019-11-02 09:37:20 +0100
commit2e6acd120f89a18945b5ae49c9710f9cc90c1bda (patch)
tree1cd2a9ec8f89207a1e99f8dbbc7c3588a5249949 /tests/__main__.py
parentca9a0541d1fda5581a07f36b4fd46a0161f67f7a (diff)
downloadpyasn1-modules-2e6acd120f89a18945b5ae49c9710f9cc90c1bda.tar.gz
Add support for RFC 5924 (#97)
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 27e279d..2d0337c 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -50,6 +50,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc5751.suite',
'tests.test_rfc5914.suite',
'tests.test_rfc5915.suite',
+ 'tests.test_rfc5924.suite',
'tests.test_rfc5934.suite',
'tests.test_rfc5940.suite',
'tests.test_rfc5958.suite',