mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 13:36:05 -05:00
13
tests/forms/test_media_upload_TOWRITE.py
Normal file
13
tests/forms/test_media_upload_TOWRITE.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# test media upload, using the form.
|
||||
# 1. upload a file and then check that it appears on the listing
|
||||
# 2. check that the page has been created
|
||||
# 3. check that encodings are ok for videos
|
||||
# 4. check other things (eg pdf/audio/image)
|
||||
pass
|
||||
Reference in New Issue
Block a user