From 3aae55e849eb11259a2b5a7333a148993d46d14e Mon Sep 17 00:00:00 2001 From: Russ Housley Date: Mon, 3 Jun 2019 13:36:18 -0400 Subject: Add support for RFC 7296 (#42) * Add support for RFC 7296 --- tests/__main__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/__main__.py') 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', -- cgit v1.2.3