summaryrefslogtreecommitdiff
path: root/tests
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
commit310a54c74129311e32780e174fa135f9e39a768e (patch)
tree11077105eedc67801705d540dbfffbfb0f190450 /tests
parent02944dc6a5cc1a86273d8737196338224be276d7 (diff)
Add support to test_scenarios to test_sqlcipher.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_sqlcipher.py2
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