summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/tests/test_imap_store_fetch.py
AgeCommit message (Collapse)Author
2015-08-04[tests] Removed outdated testBruno Wagner
This test was not updated for a while and it doesn't make sense in this context, when we create acceptance tests we can make sure we cover this feature The issue for acceptance tests is: https://leap.se/code/issues/7341
2015-08-03[tests] Skipped tests that were not implementedBruno Wagner
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
2015-07-21Fixed all the pep8 warnings in the codeBruno Wagner
2014-09-03split tests in different modulesKali Kaneko