Live API tests

Addresses #41.
(Still need to add a Mandrill test key to the Travis config.)
This commit is contained in:
medmunds
2015-05-13 16:27:38 -07:00
parent 00ddd2f4f6
commit 6d94e94736
3 changed files with 98 additions and 2 deletions

View File

@@ -4,3 +4,5 @@ from djrill.tests.test_mandrill_send import *
from djrill.tests.test_mandrill_send_template import *
from djrill.tests.test_mandrill_webhook import *
from djrill.tests.test_mandrill_subaccounts import *
from djrill.tests.test_mandrill_integration import *