summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypto/SelfTest/__init__.py')
-rw-r--r--lib/Crypto/SelfTest/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Crypto/SelfTest/__init__.py b/lib/Crypto/SelfTest/__init__.py
index 7110cd2..cb5782f 100644
--- a/lib/Crypto/SelfTest/__init__.py
+++ b/lib/Crypto/SelfTest/__init__.py
@@ -85,6 +85,7 @@ def get_tests(config={}):
from Crypto.SelfTest import Random; tests += Random.get_tests(config=config)
from Crypto.SelfTest import Util; tests += Util.get_tests(config=config)
from Crypto.SelfTest import Signature; tests += Signature.get_tests(config=config)
+ from Crypto.SelfTest import IO; tests += IO.get_tests(config=config)
return tests
if __name__ == '__main__':