1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00
django-mailbox/django_mailbox/tests
Fleur Dragan 81bcbf7fd3 From https://docs.djangoproject.com/en/4.0/releases/3.0/#django-utils-encoding-force-text-and-smart-text:
The smart_text() and force_text() aliases (since Django 2.0) of smart_str() and force_str() are deprecated. Ignore this deprecation if your code supports Python 2 as the behavior of smart_str() and force_str() is different there.
2022-08-16 20:09:48 -05:00
..
messages Add test for message with long content (#109) 2016-08-03 10:11:20 -07:00
__init__.py Switch from nose to py.test. 2016-05-14 22:06:32 -07:00
base.py Modernize syntax, drop Python EOL, drop drop Django<1.11, upgrade TravisCI config to v1, add Python 3.8 & Django 3.x 2019-11-09 19:23:08 +01:00
settings.py Avoid "settings.DATABASES is improperly configured. Please supply the NAME value." 2018-04-21 07:27:48 +02:00
test_integration_imap.py Modernize syntax, drop Python EOL, drop drop Django<1.11, upgrade TravisCI config to v1, add Python 3.8 & Django 3.x 2019-11-09 19:23:08 +01:00
test_mailbox.py make tox -e flake8 work 2022-08-16 15:16:25 -05:00
test_message_flattening.py Modernize syntax, drop Python EOL, drop drop Django<1.11, upgrade TravisCI config to v1, add Python 3.8 & Django 3.x 2019-11-09 19:23:08 +01:00
test_process_email.py From https://docs.djangoproject.com/en/4.0/releases/3.0/#django-utils-encoding-force-text-and-smart-text: 2022-08-16 20:09:48 -05:00
test_processincomingmessage.py make tox -e flake8 work 2022-08-16 15:16:25 -05:00
test_transports.py make tox -e flake8 work 2022-08-16 15:16:25 -05:00