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 | ec0afdd1cf01f19eb80f8275bfef6ad4f61413c8 (patch) | |
tree | c9f05e101672f66c4f5cf9c45543d712eea1f9f9 /src/leap/soledad/tests/test_sqlcipher.py | |
parent | d936fbf05756b40aeb94c595ff48f5e74b07d49c (diff) |
Add support to test_scenarios to test_sqlcipher.
Diffstat (limited to 'src/leap/soledad/tests/test_sqlcipher.py')
-rw-r--r-- | src/leap/soledad/tests/test_sqlcipher.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/soledad/tests/test_sqlcipher.py b/src/leap/soledad/tests/test_sqlcipher.py index a3ab35b6..0d5d00ee 100644 --- a/src/leap/soledad/tests/test_sqlcipher.py +++ b/src/leap/soledad/tests/test_sqlcipher.py @@ -372,3 +372,5 @@ class SQLCipherEncryptionTest(unittest.TestCase): "non-encrypted dbs.") except DatabaseIsNotEncrypted: pass + +load_tests = tests.load_with_scenarios |