mediacms/tests/notifications/test_check_media_add_TOWRIT...

11 wiersze
237 B
Python

from django.test import TestCase
class TestX(TestCase):
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
def test_X(self):
# add media, check on mailbox that admins are notified
pass