Tests: break apart tests.py into tests directory

This commit is contained in:
medmunds
2013-01-03 10:51:07 -08:00
parent 8a0fccdf53
commit d1b0e0a574
7 changed files with 199 additions and 177 deletions

3
djrill/tests/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from test_admin import *
from test_legacy import *
from test_mandrill_send import *