mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
10
tests/api/test_manage_apis_TOWRITE.py
Normal file
10
tests/api/test_manage_apis_TOWRITE.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# check only managers/editors/admins have access here!!!
|
||||
|
||||
pass
|
||||
10
tests/api/test_media_listings_TOWRITE.py
Normal file
10
tests/api/test_media_listings_TOWRITE.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# test a number of listings works (index, featured, user etc)
|
||||
|
||||
pass
|
||||
9
tests/api/test_new_file_TOWRITE.py
Normal file
9
tests/api/test_new_file_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):
|
||||
# add new file, check it is added and more (eg for videos it is transcoded etc)
|
||||
pass
|
||||
10
tests/api/test_search_TOWRITE.py
Normal file
10
tests/api/test_search_TOWRITE.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# add a few files, check search different cases that work
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user