mediacms/tests/notifications/test_check_comment_add_TOWR...

10 wiersze
219 B
Python
Czysty Zwykły widok Historia

from django.test import TestCase
class TestX(TestCase):
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
def test_X(self):
# add comment, check user is notified
pass