aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-11-08 14:40:33 -0500
committerIlya Etingof <etingof@gmail.com>2019-11-08 20:40:33 +0100
commit9a3a1dbc0ff6ccfabb56ea27a57a7c287d7b5d8b (patch)
tree3ba1152177949b9d2d2807e9411c47f35540fabe /tests/__main__.py
parent883def9ff53b949f76014a0b1dc61594e813009b (diff)
downloadpyasn1-modules-9a3a1dbc0ff6ccfabb56ea27a57a7c287d7b5d8b.tar.gz
Add support for RFC 2631 (#101)
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 9b75c65..0af458c 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -18,6 +18,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc2459.suite',
'tests.test_rfc2511.suite',
'tests.test_rfc2560.suite',
+ 'tests.test_rfc2631.suite',
'tests.test_rfc2634.suite',
'tests.test_rfc2985.suite',
'tests.test_rfc2986.suite',