mediacms/tests/notifications/test_reported_media_add_TOW...

11 wiersze
244 B
Python

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