commit | aed6e8657bc316ccd6964a33c04bd650e9951ae2 | [log] [tgz] |
---|---|---|
author | Yesudeep Mangalapilly <yesudeep@gmail.com> | Thu Aug 11 01:59:50 2011 +0530 |
committer | Yesudeep Mangalapilly <yesudeep@gmail.com> | Thu Aug 11 01:59:50 2011 +0530 |
tree | 1a293b76cb4a11423566663198f6110cf5fc10b1 | |
parent | 5802431960ed2904db5f8cbcb2e318e6f2d4c792 [diff] [blame] |
Update tests to use unittest2.
diff --git a/tests/test_bigfile.py b/tests/test_bigfile.py index 39bd095..02e052e 100644 --- a/tests/test_bigfile.py +++ b/tests/test_bigfile.py
@@ -4,12 +4,12 @@ from StringIO import StringIO except ImportError: from io import StringIO -import unittest +import unittest2 import rsa from rsa import bigfile, varblock, pkcs1 -class BigfileTest(unittest.TestCase): +class BigfileTest(unittest2.TestCase): def test_encrypt_decrypt_bigfile(self):