summaryrefslogtreecommitdiff
path: root/tests/alltests.py
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2008-09-30 05:55:14 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2008-09-30 05:55:14 +0000
commit29f013bc9fd10c7cdbfce44f0834e9263d1b169b (patch)
tree12ded231677789c81f024dae407dee4754e90fb4 /tests/alltests.py
parent1018f48db61f57343cd6661bf7a8145d6b554bdd (diff)
downloadm2crypto-29f013bc9fd10c7cdbfce44f0834e9263d1b169b.tar.gz
Work-in-progress towards bug 12392, test coverage going from 72% to 75%.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@630 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'tests/alltests.py')
-rw-r--r--tests/alltests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/alltests.py b/tests/alltests.py
index 373162c..194d433 100644
--- a/tests/alltests.py
+++ b/tests/alltests.py
@@ -2,7 +2,7 @@
def suite():
from M2Crypto import m2
- import os, sys
+ import os
import unittest
def my_import(name):
@@ -32,6 +32,7 @@ def suite():
'tests.test_engine',
'tests.test_evp',
'tests.test_obj',
+ 'tests.test_pgp',
'tests.test_rand',
'tests.test_rsa',
'tests.test_smime',