mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Nevermind; this test class covers more than just integration tests.
This commit is contained in:
parent
355023fb75
commit
9d9f459f39
1 changed files with 0 additions and 8 deletions
|
|
@ -42,14 +42,6 @@ class EmailMessageTestCase(TestCase):
|
|||
|
||||
self.mailbox = Mailbox.objects.create(from_email='from@example.com')
|
||||
|
||||
integration_testing_enabled = os.environ.get('INTEGRATION')
|
||||
if not (
|
||||
integration_testing_enabled and int(integration_testing_enabled)
|
||||
):
|
||||
self.skipTest(
|
||||
"Integration tests skipped; to enable, set INTEGRATION=1"
|
||||
)
|
||||
|
||||
self.test_account = os.environ.get('EMAIL_ACCOUNT')
|
||||
self.test_password = os.environ.get('EMAIL_PASSWORD')
|
||||
self.test_smtp_server = os.environ.get('EMAIL_SMTP_SERVER')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue