diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 19:18:31 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 19:18:31 -0300 |
commit | 4777ad0d3ec5378de8b0c7ffbcecf2e19ad9c180 (patch) | |
tree | b39c63a963ba5cf0ddf77bf45e38210392eb3091 /src/leap/mail/adaptors/tests | |
parent | 16a7f2987c54ff38a08d39a7f2eaf1662a154115 (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/adaptors/tests')
-rw-r--r-- | src/leap/mail/adaptors/tests/test_soledad_adaptor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/mail/adaptors/tests/test_soledad_adaptor.py b/src/leap/mail/adaptors/tests/test_soledad_adaptor.py index 3dc79fe..bdc2c48 100644 --- a/src/leap/mail/adaptors/tests/test_soledad_adaptor.py +++ b/src/leap/mail/adaptors/tests/test_soledad_adaptor.py @@ -364,7 +364,7 @@ class SoledadMailAdaptorTestCase(SoledadTestMixin): def test_get_msg_from_metamsg_doc_id(self): # TODO complete-me! - self.fail() + self.skipTest("Not yet implemented") def test_create_msg(self): adaptor = self.get_adaptor() |