Add: tests for webhook mixin and view

This commit is contained in:
José Padilla
2013-04-14 20:36:33 -04:00
parent c63bbbd5cd
commit 2a661a6d8f
2 changed files with 75 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ from djrill.tests.test_admin import *
from djrill.tests.test_legacy import *
from djrill.tests.test_mandrill_send import *
from djrill.tests.test_mandrill_send_template import *
from djrill.tests.test_mandrill_webhook import *