From 6904acf34524b84d70d0054a5bb953a1bf9c784a Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 3 Feb 2015 09:14:10 -0200 Subject: Enabling integration tests to be run in parallel If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j '. In a simple test in my box the integration test suite got 3x faster --- service/test/integration/test_contacts.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'service/test/integration/test_contacts.py') diff --git a/service/test/integration/test_contacts.py b/service/test/integration/test_contacts.py index 1a471440..4974c471 100644 --- a/service/test/integration/test_contacts.py +++ b/service/test/integration/test_contacts.py @@ -18,9 +18,6 @@ from test.support.integration import SoledadTestBase, MailBuilder class ContactsTest(SoledadTestBase): - def setUp(self): - SoledadTestBase.setUp(self) - def test_TO_CC_and_BCC_fields_are_being_searched(self): input_mail = MailBuilder().with_tags(['important']).build_input_mail() self.client.add_mail_to_inbox(input_mail) -- cgit v1.2.3