aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-01-26 18:36:46 +0100
committerIlya Etingof <etingof@gmail.com>2019-01-26 18:36:46 +0100
commit2f1768cf10e7a1afea538f629b1c81cf39b15d97 (patch)
treed41cf64c705701b91d7d4cd554befc6a3c211e4f /tests
parent456d3f2987b901b3cd9dbb7774926b9d362c2f59 (diff)
downloadpyasn1-modules-2f1768cf10e7a1afea538f629b1c81cf39b15d97.tar.gz
Hook missing rfc8226 test on the suite
Diffstat (limited to 'tests')
-rw-r--r--tests/__main__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/__main__.py b/tests/__main__.py
index 4d1102c..a276637 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -21,7 +21,8 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc4210.suite',
'tests.test_rfc5208.suite',
'tests.test_rfc5280.suite',
- 'tests.test_rfc5652.suite',]
+ 'tests.test_rfc5652.suite',
+ 'tests.test_rfc8226.suite']
)