diff options
author | Kali Kaneko <kali@leap.se> | 2015-01-16 20:27:24 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-01-21 15:08:05 -0400 |
commit | aeccc5f0c8c5b9da38f24dae0bb0cebe8a64c14d (patch) | |
tree | 852b1588f2608e84f5c942978548291f33f55ce2 /src/leap/mail/imap | |
parent | 9c593889be5bd307b429d160f55a6d83b4c660f1 (diff) |
tests: add link related to trial block with sync
Diffstat (limited to 'src/leap/mail/imap')
-rw-r--r-- | src/leap/mail/imap/tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/mail/imap/tests/utils.py b/src/leap/mail/imap/tests/utils.py index 5708787..83c3f29 100644 --- a/src/leap/mail/imap/tests/utils.py +++ b/src/leap/mail/imap/tests/utils.py @@ -99,6 +99,7 @@ class IMAP4HelperMixin(SoledadTestMixin): # Soledad sync makes trial block forever. The sync it's mocked to # fix this problem. _mock_soledad_get_from_index can be used from # the tests to provide documents. + # TODO see here, possibly related? -- http://www.pythoneye.com/83_20424875/ self._soledad.sync = Mock() d = defer.Deferred() |