summaryrefslogtreecommitdiff
path: root/service/test/integration/test_search.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2015-02-03 09:14:10 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2015-02-03 12:36:17 -0200
commit6904acf34524b84d70d0054a5bb953a1bf9c784a (patch)
tree491716eed52ae2acaed11584add6ba13af19295f /service/test/integration/test_search.py
parentab6955b3fbc5b89ad80fcade0702b54efb9ef682 (diff)
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 <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster
Diffstat (limited to 'service/test/integration/test_search.py')
-rw-r--r--service/test/integration/test_search.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/service/test/integration/test_search.py b/service/test/integration/test_search.py
index 1fb22a38..68a808dd 100644
--- a/service/test/integration/test_search.py
+++ b/service/test/integration/test_search.py
@@ -19,9 +19,6 @@ from test.support.integration import *
class SearchTest(SoledadTestBase):
- def setUp(self):
- SoledadTestBase.setUp(self)
-
def test_that_tags_returns_all_tags(self):
input_mail = MailBuilder().with_tags(['important']).build_input_mail()
self.client.add_mail_to_inbox(input_mail)