1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Testing something out to make sure integration tests will fail.

This commit is contained in:
Adam Coddington 2015-07-21 22:44:16 -07:00
parent 51f0cf44bf
commit 63d6dad73e

View file

@ -27,6 +27,7 @@ class TestImap(EmailMessageTestCase):
self.test_password,
self.test_smtp_server,
self.test_from_email,
None
]
if not all(required_settings):
raise SkipTest(