aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-10-07 16:44:32 -0400
committerIlya Etingof <etingof@gmail.com>2019-10-07 22:44:32 +0200
commitd3a9ae35fb63cb2d8372a352da26e53a9009edfb (patch)
treefe15e0ed2ca4a0d97af8d37061833c7c910bb92d /tests/__main__.py
parente2f88827355c7dae440a27bf9d281abcf7d8fc5c (diff)
downloadpyasn1-modules-d3a9ae35fb63cb2d8372a352da26e53a9009edfb.tar.gz
Add support for RFC 8017 (#76)
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 511ef87..36290c6 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -60,6 +60,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc7296.suite',
'tests.test_rfc7894.suite',
'tests.test_rfc7906.suite',
+ 'tests.test_rfc8017.suite',
'tests.test_rfc8018.suite',
'tests.test_rfc8103.suite',
'tests.test_rfc8209.suite',