Hack for importing tests.

This commit is contained in:
Nicholas Serra 2016-04-01 21:36:18 -04:00
parent 807dc2c0c8
commit b6ce392262

View file

@ -1,2 +1,5 @@
from tos.tests.test_models import *
from tos.tests.test_views import *
import django
if django.VERSION < (1, 6):
from tos.tests.test_models import *
from tos.tests.test_views import *