From e0b43dd5cee1db5ba6e41c044a2fb9c6dc770ba6 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 26 Aug 2014 17:42:39 -0500 Subject: 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). --- mail/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/.gitignore') 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 -- cgit v1.2.3