aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-11-08 23:20:51 +0100
committerGitHub <noreply@github.com>2019-11-08 23:20:51 +0100
commit745eed006e93ae89dc0e6e5c366160d6239490e9 (patch)
tree7224195c6d3c01ef12d9f2c0b8a71a161325bbb9 /tests/__main__.py
parent9a3a1dbc0ff6ccfabb56ea27a57a7c287d7b5d8b (diff)
downloadpyasn1-modules-745eed006e93ae89dc0e6e5c366160d6239490e9.tar.gz
Add support for RFC 7508 (#102)
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 0af458c..c1fa4f7 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -76,6 +76,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc7229.suite',
'tests.test_rfc7292.suite',
'tests.test_rfc7296.suite',
+ 'tests.test_rfc7508.suite',
'tests.test_rfc7633.suite',
'tests.test_rfc7773.suite',
'tests.test_rfc7894.suite',