mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
12
tests/forms/test_edit_media_TOWRITE.py
Normal file
12
tests/forms/test_edit_media_TOWRITE.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# test edit media that it works, by setting different values. then check on the API response
|
||||
# check that a user cannot set status upon different scenarios (eg on settings PORTAL_WORKFLOW)
|
||||
# check that changint thumbnail time produces a different thumbnail?
|
||||
# check adding custom poster, and that it appears instead of the autogenerated?
|
||||
pass
|
||||
Reference in New Issue
Block a user