From 310a54c74129311e32780e174fa135f9e39a768e Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 31 Jan 2013 15:51:54 -0200 Subject: Add support to test_scenarios to test_sqlcipher. --- tests/test_sqlcipher.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_sqlcipher.py b/tests/test_sqlcipher.py index a3ab35b6..0d5d00ee 100644 --- a/tests/test_sqlcipher.py +++ b/tests/test_sqlcipher.py @@ -372,3 +372,5 @@ class SQLCipherEncryptionTest(unittest.TestCase): "non-encrypted dbs.") except DatabaseIsNotEncrypted: pass + +load_tests = tests.load_with_scenarios -- cgit v1.2.3