From 3e8458b3640167078ad24584fed4a071cae934d9 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 16 Jan 2015 20:27:24 -0400 Subject: tests: add link related to trial block with sync --- src/leap/mail/incoming/tests/test_incoming_mail.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/leap/mail/incoming') diff --git a/src/leap/mail/incoming/tests/test_incoming_mail.py b/src/leap/mail/incoming/tests/test_incoming_mail.py index bf95b1d..0745ee0 100644 --- a/src/leap/mail/incoming/tests/test_incoming_mail.py +++ b/src/leap/mail/incoming/tests/test_incoming_mail.py @@ -80,6 +80,7 @@ subject: independence of cyberspace # 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 http://www.pythoneye.com/83_20424875/ self._soledad.sync = Mock() self.fetcher = IncomingMail( -- cgit v1.2.3