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_delete_mail.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'service/test/integration/test_delete_mail.py') diff --git a/service/test/integration/test_delete_mail.py b/service/test/integration/test_delete_mail.py index 5a3a97fb..91dc0e9e 100644 --- a/service/test/integration/test_delete_mail.py +++ b/service/test/integration/test_delete_mail.py @@ -19,12 +19,6 @@ from test.support.integration import * class DeleteMailTest(SoledadTestBase): - def setUp(self): - SoledadTestBase.setUp(self) - - def tearDown(self): - SoledadTestBase.tearDown(self) - def test_move_mail_to_trash_when_deleting(self): input_mail = MailBuilder().with_subject('Mail with tags').build_input_mail() self.client.add_mail_to_inbox(input_mail) -- cgit v1.2.3