Files
mediacms/tests/api/test_manage_apis_TOWRITE.py
T

11 lines
239 B
Python
Raw Normal View History

2021-08-17 00:01:52 +03:00
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