From 89d26f3cd389f41b83d27ea225944a0ff8bc2e95 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 15 Oct 2014 09:42:08 +0200 Subject: Getting rid of singletons and optimizing imports --- service/test/integration/delete_mail_test.py | 1 + service/test/integration/drafts_test.py | 1 + service/test/integration/mark_as_read_test.py | 1 + service/test/integration/mark_as_read_unread_test.py | 1 + service/test/integration/search_test.py | 1 + service/test/integration/tags_test.py | 1 + 6 files changed, 6 insertions(+) (limited to 'service/test/integration') diff --git a/service/test/integration/delete_mail_test.py b/service/test/integration/delete_mail_test.py index 665c7793..894f84bf 100644 --- a/service/test/integration/delete_mail_test.py +++ b/service/test/integration/delete_mail_test.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . import unittest + from test.support.integration_helper import MailBuilder, SoledadTestBase diff --git a/service/test/integration/drafts_test.py b/service/test/integration/drafts_test.py index 64826fde..e0b49c13 100644 --- a/service/test/integration/drafts_test.py +++ b/service/test/integration/drafts_test.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . import unittest + from test.support.integration_helper import MailBuilder, SoledadTestBase diff --git a/service/test/integration/mark_as_read_test.py b/service/test/integration/mark_as_read_test.py index 5dd90d77..f4f4aefd 100644 --- a/service/test/integration/mark_as_read_test.py +++ b/service/test/integration/mark_as_read_test.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . import unittest + from test.support.integration_helper import MailBuilder, SoledadTestBase diff --git a/service/test/integration/mark_as_read_unread_test.py b/service/test/integration/mark_as_read_unread_test.py index cdac78d5..7fb89fac 100644 --- a/service/test/integration/mark_as_read_unread_test.py +++ b/service/test/integration/mark_as_read_unread_test.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . import unittest + from test.support.integration_helper import MailBuilder, SoledadTestBase diff --git a/service/test/integration/search_test.py b/service/test/integration/search_test.py index 1a72a9bf..7323866d 100644 --- a/service/test/integration/search_test.py +++ b/service/test/integration/search_test.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . import unittest + from test.support.integration_helper import MailBuilder, SoledadTestBase diff --git a/service/test/integration/tags_test.py b/service/test/integration/tags_test.py index dea9fbd2..351713eb 100644 --- a/service/test/integration/tags_test.py +++ b/service/test/integration/tags_test.py @@ -15,6 +15,7 @@ # along with Pixelated. If not, see . import json import unittest + from test.support.integration_helper import MailBuilder, SoledadTestBase -- cgit v1.2.3