diff options
author | Kali Kaneko <kali@leap.se> | 2016-08-24 13:11:24 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-08-25 11:13:14 -0400 |
commit | 25a92ed09a17b7fe3958e1f7859289dc90d90a87 (patch) | |
tree | 971627bcce93ec41fcf2b79a257bba924d286245 /mail/src/leap | |
parent | 3e42e5ac89f1b7a705c283e2aaf355bddeed2a11 (diff) |
[tests] adapt top level mail module tests
Diffstat (limited to 'mail/src/leap')
-rw-r--r-- | mail/src/leap/mail/tests/test_mail.py | 2 | ||||
-rw-r--r-- | 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' |