summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-01-31 15:51:54 -0200
committerdrebs <drebs@leap.se>2013-01-31 15:51:54 -0200
commitec0afdd1cf01f19eb80f8275bfef6ad4f61413c8 (patch)
treec9f05e101672f66c4f5cf9c45543d712eea1f9f9 /src
parentd936fbf05756b40aeb94c595ff48f5e74b07d49c (diff)
Add support to test_scenarios to test_sqlcipher.
Diffstat (limited to 'src')
-rw-r--r--src/leap/soledad/tests/test_sqlcipher.py2
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