aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorRuss Housley <housley@vigilsec.com>2019-06-03 13:36:18 -0400
committerIlya Etingof <etingof@gmail.com>2019-06-03 19:36:18 +0200
commit3aae55e849eb11259a2b5a7333a148993d46d14e (patch)
tree6e93dae9b958c46585d3894682f2e29cb75d864b /tests/__main__.py
parent6a63d407e4b9db75aef551e6cfc69110b3b6a246 (diff)
downloadpyasn1-modules-3aae55e849eb11259a2b5a7333a148993d46d14e.tar.gz
Add support for RFC 7296 (#42)
* Add support for RFC 7296
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 f337377..aa25f12 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -40,6 +40,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc5940.suite',
'tests.test_rfc5958.suite',
'tests.test_rfc6019.suite',
+ 'tests.test_rfc7296.suite',
'tests.test_rfc8103.suite',
'tests.test_rfc8226.suite',
'tests.test_rfc8410.suite',