diff options
author | drebs <drebs@leap.se> | 2013-01-31 15:51:54 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-01-31 15:51:54 -0200 |
commit | 310a54c74129311e32780e174fa135f9e39a768e (patch) | |
tree | 11077105eedc67801705d540dbfffbfb0f190450 | |
parent | 02944dc6a5cc1a86273d8737196338224be276d7 (diff) |
Add support to test_scenarios to test_sqlcipher.
-rw-r--r-- | tests/test_sqlcipher.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |