aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-05-24 22:57:22 +0200
committerIlya Etingof <etingof@gmail.com>2019-05-24 22:57:22 +0200
commit2cd40241c3c152256d98637ecc887f990780525f (patch)
tree2f2c916c5a04f8dfe7363a48a2036da0f391d0df /tests/__main__.py
parent44afc5bd1d7a605c2dcd191000746efabee90743 (diff)
downloadpyasn1-modules-2cd40241c3c152256d98637ecc887f990780525f.tar.gz
Fix up followed RFC4073 addition
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 6b394cd..c46d1d4 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -25,6 +25,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc3709.suite',
'tests.test_rfc3779.suite',
'tests.test_rfc4055.suite',
+ 'tests.test_rfc4073.suite',
'tests.test_rfc4108.suite',
'tests.test_rfc4210.suite',
'tests.test_rfc5083.suite',