mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-29 19:00:24 +00:00
7 lines
256 B
Python
7 lines
256 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
|