1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00
Commit graph

7 commits

Author SHA1 Message Date
Adam Coddington
63d6dad73e Testing something out to make sure integration tests will fail. 2015-07-21 22:44:16 -07:00
Adam Coddington
51f0cf44bf Adding unittest2 to requirements so we can skip tests on Python 2.6. 2015-07-21 22:38:50 -07:00
Adam Coddington
3cc035f58b Try skipping integration tests if not all environment variables are available. 2015-07-21 20:56:04 -07:00
Adam Coddington
95f4d5c7ff Be sure to pass the condition on through to the underlying transport. 2015-07-07 22:30:53 -07:00
Adam Coddington
988cb7504f Adding a more-versatile condition-handling method for preventing integration tests from mashing on one another. 2015-07-07 22:22:15 -07:00
Adam Coddington
abad769fd6 Fixing test discovery, adding functionality allowing one to restict
message gathering (via the IMAP transport) to only messages matching a
specified subject.

Fixes #49.
2015-04-12 12:11:49 -07:00
Adam Coddington
634f2f4b26 Adding basic integration tests. 2015-04-12 12:11:39 -07:00