aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-05-23 22:42:55 +0200
committerIlya Etingof <etingof@gmail.com>2019-05-23 22:42:55 +0200
commitc4e5ade82781d06c6cff8626d8a669cd98c12e1c (patch)
tree65750420bbe51ed9739a5363341889ead2a9df2b /tests
parent96451d80749a1da28417d2ed5324c0274e4c1865 (diff)
downloadpyasn1-modules-c4e5ade82781d06c6cff8626d8a669cd98c12e1c.tar.gz
Register RFC3274 test suite
Diffstat (limited to 'tests')
-rw-r--r--tests/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__main__.py b/tests/__main__.py
index 8b143fe..6b394cd 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -19,6 +19,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc2560.suite',
'tests.test_rfc2986.suite',
'tests.test_rfc3161.suite',
+ 'tests.test_rfc3274.suite',
'tests.test_rfc3560.suite',
'tests.test_rfc3565.suite',
'tests.test_rfc3709.suite',