diff options
author | Kali Kaneko <kali@leap.se> | 2014-08-26 17:42:39 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-09-03 19:09:31 -0500 |
commit | e0b43dd5cee1db5ba6e41c044a2fb9c6dc770ba6 (patch) | |
tree | 4e8a755c8ec1fdbd8e02359c1342a49a0365a7a6 /mail/.gitignore | |
parent | 50e5af5bf469f0af7eb202cfc077ac088d2478ad (diff) |
fix and migrate tests to trial
We cannot use setUpClass when running tests with trial.
But, after all, it's not *so* expensive to initialize a new soledad
instance (since we'll be mostly using the memstore for the tests).
Diffstat (limited to 'mail/.gitignore')
-rw-r--r-- | mail/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/.gitignore b/mail/.gitignore index 91e42e2..7ac8289 100644 --- a/mail/.gitignore +++ b/mail/.gitignore @@ -21,3 +21,4 @@ share/ MANIFEST twistd.pid _trial_temp +_trial_temp.lock |