1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
django-mailbox/django_mailbox
Adam Coddington f706cacd27 Skip integration tests if there are missing environment variables.
This should allow Pull Requests to properly run all non-integration tests.

Squashed commit of the following:

commit a03e2a6592234e089d1fe9adc360b1e33a0c4b57
Author: Adam Coddington <me@adamcoddington.net>
Date:   Tue Jul 21 22:57:27 2015 -0700

    Removing a dummy empty variable.

commit cd5964ab59
Author: Adam Coddington <me@adamcoddington.net>
Date:   Tue Jul 21 22:52:52 2015 -0700

    Removing unused import.

commit 39b67b8562
Author: Adam Coddington <me@adamcoddington.net>
Date:   Tue Jul 21 22:52:35 2015 -0700

    Use TestCase.skipTest.

commit 63d6dad73e
Author: Adam Coddington <me@adamcoddington.net>
Date:   Tue Jul 21 22:44:16 2015 -0700

    Testing something out to make sure integration tests will fail.

commit 51f0cf44bf
Author: Adam Coddington <me@adamcoddington.net>
Date:   Tue Jul 21 22:38:50 2015 -0700

    Adding unittest2 to requirements so we can skip tests on Python 2.6.

commit 3cc035f58b
Author: Adam Coddington <me@adamcoddington.net>
Date:   Tue Jul 21 20:56:04 2015 -0700

    Try skipping integration tests if not all environment variables are available.
2015-07-21 22:57:41 -07:00
..
management Cleaning up management commands for PEP-8 and consistency. 2014-08-22 20:02:58 -07:00
migrations Add migration to resolve inconsistency between python2 and python3 strings 2015-07-20 16:12:27 -07:00
south_migrations #44: Adding south migration matching Django 1.7 migration. 2015-03-23 19:50:16 -07:00
tests Skip integration tests if there are missing environment variables. 2015-07-21 22:57:41 -07:00
transports Always store payload parts having a Content-Disposition of 'attachment' as attachments, even if their Content-Type is text/plain. Fixes #52. 2015-07-07 23:09:41 -07:00
__init__.py Release 4.4.2; fixes a minor Python3 glitch in a recent migration. Fixes #56. 2015-07-20 19:55:07 -07:00
admin.py Adding envelope headers to the Admin interface. 2014-12-31 09:40:36 -06:00
google_utils.py Remoing unaccessed 'fetch_contacts' function. 2014-06-01 14:26:30 -07:00
models.py Always store payload parts having a Content-Disposition of 'attachment' as attachments, even if their Content-Type is text/plain. Fixes #52. 2015-07-07 23:09:41 -07:00
runtests.py Dropping support for Django 1.5 and 1.6; adding support for Django 1.8. 2015-07-07 20:11:40 -07:00
signals.py Initial commit. 2012-06-27 20:45:01 -07:00
utils.py Correcting error function name in header decoding; fixes #55. 2015-07-13 12:19:44 -07:00