mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-04-11 00:31:00 +00:00
7 lines
259 B
Python
7 lines
259 B
Python
import os
|
|
|
|
os.environ['DJANGO_SETTINGS_MODULE'] = 'embed_video.tests.django_settings'
|
|
|
|
from .tests_fields import EmbedVideoFieldTestCase, EmbedVideoFormFieldTestCase
|
|
from .tests_backend import EmbedVideoTestCase
|
|
from .tests_tags import EmbedVideoNodeTestCase
|