mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 05:36:03 -05:00
9
tests/forms/test_subtitles_TOWRITE.py
Normal file
9
tests/forms/test_subtitles_TOWRITE.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# test that adding a subtitle works for a video - needs to have a language set on Admin
|
||||
pass
|
||||
Reference in New Issue
Block a user