aboutsummaryrefslogtreecommitdiff
path: root/tests/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__main__.py')
-rw-r--r--tests/__main__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/__main__.py b/tests/__main__.py
index bff38c4..08300c2 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -11,7 +11,8 @@ except ImportError:
import unittest
suite = unittest.TestLoader().loadTestsFromNames(
- ['tests.test_rfc2314.suite',
+ ['tests.test_pem.suite',
+ 'tests.test_rfc2314.suite',
'tests.test_rfc2315.suite',
'tests.test_rfc2437.suite',
'tests.test_rfc2459.suite',