From 25a92ed09a17b7fe3958e1f7859289dc90d90a87 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 24 Aug 2016 13:11:24 -0400 Subject: [tests] adapt top level mail module tests --- mail/src/leap/mail/tests/test_mail.py | 2 +- mail/src/leap/mail/tests/test_mailbox_indexer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/src/leap/mail/tests/test_mail.py b/mail/src/leap/mail/tests/test_mail.py index aca406f0..f9cded29 100644 --- a/mail/src/leap/mail/tests/test_mail.py +++ b/mail/src/leap/mail/tests/test_mail.py @@ -28,7 +28,7 @@ from email.Utils import formatdate from leap.mail.adaptors.soledad import SoledadMailAdaptor from leap.mail.mail import MessageCollection, Account, _unpack_headers from leap.mail.mailbox_indexer import MailboxIndexer -from leap.mail.tests.common import SoledadTestMixin +from leap.mail.testing.common import SoledadTestMixin HERE = os.path.split(os.path.abspath(__file__))[0] diff --git a/mail/src/leap/mail/tests/test_mailbox_indexer.py b/mail/src/leap/mail/tests/test_mailbox_indexer.py index b82fd2d2..5c1891d5 100644 --- a/mail/src/leap/mail/tests/test_mailbox_indexer.py +++ b/mail/src/leap/mail/tests/test_mailbox_indexer.py @@ -21,7 +21,7 @@ import uuid from functools import partial from leap.mail import mailbox_indexer as mi -from leap.mail.tests.common import SoledadTestMixin +from leap.mail.testing.common import SoledadTestMixin hash_test0 = '590c9f8430c7435807df8ba9a476e3f1295d46ef210f6efae2043a4c085a569e' hash_test1 = '1b4f0e9851971998e732078544c96b36c3d01cedf7caa332359d6f1d83567014' -- cgit v1.2.3