aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-05-11 10:39:40 +0200
committerIlya Etingof <etingof@gmail.com>2019-05-11 10:39:40 +0200
commit9c6b27562a7cd9ffa6cb2cd0207c603c6d9f6d75 (patch)
tree366901137ae12cc81c2659220444e1cc063ea3c7 /tests
parentd485751322882a3bde35bd2e602daeb60f24bd9e (diff)
downloadpyasn1-modules-9c6b27562a7cd9ffa6cb2cd0207c603c6d9f6d75.tar.gz
Finalize RFC3161 support
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 e520e16..85feffa 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -18,6 +18,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc2511.suite',
'tests.test_rfc2560.suite',
'tests.test_rfc2986.suite',
+ 'tests.test_rfc3161.suite',
'tests.test_rfc3560.suite',
'tests.test_rfc3565.suite',
'tests.test_rfc3779.suite',