summaryrefslogtreecommitdiff
path: root/src/leap/mail/tests/test_mail.py
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-08-03 19:18:31 -0300
committerBruno Wagner <bwgpro@gmail.com>2015-08-03 19:18:31 -0300
commit4777ad0d3ec5378de8b0c7ffbcecf2e19ad9c180 (patch)
treeb39c63a963ba5cf0ddf77bf45e38210392eb3091 /src/leap/mail/tests/test_mail.py
parent16a7f2987c54ff38a08d39a7f2eaf1662a154115 (diff)
[tests] Skipped tests that were not implemented
Functionality that is not implemented should not fail, instead it should be skipped until it is implemented. Added a return to test_imap_store_fetch setup to make sure the deferred is being handled
Diffstat (limited to 'src/leap/mail/tests/test_mail.py')
-rw-r--r--src/leap/mail/tests/test_mail.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/mail/tests/test_mail.py b/src/leap/mail/tests/test_mail.py
index 2c03933..2872f15 100644
--- a/src/leap/mail/tests/test_mail.py
+++ b/src/leap/mail/tests/test_mail.py
@@ -271,7 +271,7 @@ class MessageCollectionTestCase(SoledadTestMixin, CollectionMixin):
def test_copy_msg(self):
# TODO ---- update when implementing messagecopier
# interface
- self.fail("Not Yet Implemented")
+ self.skipTest("Not yet implemented")
def test_delete_msg(self):
d = self.add_msg_to_collection()
@@ -390,7 +390,7 @@ class AccountTestCase(SoledadTestMixin):
# XXX not yet implemented
def test_get_collection_by_docs(self):
- self.fail("Not Yet Implemented")
+ self.skipTest("Not Yet Implemented")
def test_get_collection_by_tag(self):
- self.fail("Not Yet Implemented")
+ self.skipTest("Not Yet Implemented")