mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-05-22 08:31:52 +00:00
Hack for importing tests.
This commit is contained in:
parent
807dc2c0c8
commit
b6ce392262
1 changed files with 5 additions and 2 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Reference in a new issue