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_mark_as_read_unread.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'service/test/integration/test_mark_as_read_unread.py') diff --git a/service/test/integration/test_mark_as_read_unread.py b/service/test/integration/test_mark_as_read_unread.py index 86a48e62..cc09acec 100644 --- a/service/test/integration/test_mark_as_read_unread.py +++ b/service/test/integration/test_mark_as_read_unread.py @@ -20,12 +20,6 @@ from pixelated.adapter.model.status import Status class MarkAsReadUnreadTest(SoledadTestBase): - def setUp(self): - SoledadTestBase.setUp(self) - - def tearDown(self): - SoledadTestBase.tearDown(self) - def test_mark_single_as_read(self): input_mail = MailBuilder().build_input_mail() self.client.add_mail_to_inbox(input_mail) -- cgit v1.2.3