aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-09-23 16:57:41 -0400
committerIlya Etingof <etingof@gmail.com>2019-09-23 22:57:41 +0200
commit38da5f02063131f6149f3e0fc798a304a41d7831 (patch)
tree5ed3c6cc744bebe6517a6dd5f946a3709aabd5a7 /tests/__main__.py
parent3c6eb1928887dbb19aea72e36a256002fe3b07d1 (diff)
downloadpyasn1-modules-38da5f02063131f6149f3e0fc798a304a41d7831.tar.gz
Add support for RFC 6210 (#65)
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 c85b6d4..7ee3fb7 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -50,6 +50,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc6019.suite',
'tests.test_rfc6031.suite',
'tests.test_rfc6032.suite',
+ 'tests.test_rfc6210.suite',
'tests.test_rfc6211.suite',
'tests.test_rfc7030.suite',
'tests.test_rfc7191.suite',