aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-10-04 17:36:33 -0400
committerIlya Etingof <etingof@gmail.com>2019-10-04 23:36:33 +0200
commitc8f7dce25078099e00f75a3351a6294294624687 (patch)
tree2e8e356a992dbc964ca9afae596ad36ab1382c0f /tests/__main__.py
parentfe4e942cddbf9b5d788fe2fa34f5a3ac6a0a46ac (diff)
downloadpyasn1-modules-c8f7dce25078099e00f75a3351a6294294624687.tar.gz
Add support for RFC 8479 (#71)
Added support for RFC 8479
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 251aca6..a266c7f 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -66,6 +66,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc8410.suite',
'tests.test_rfc8418.suite',
'tests.test_rfc8419.suite',
+ 'tests.test_rfc8479.suite',
'tests.test_rfc8494.suite',
'tests.test_rfc8520.suite',
'tests.test_rfc8619.suite',