mediacms/tests/forms/test_edit_profile_TOWRITE.py

10 lines
240 B
Python
Raw Normal View History

from django.test import TestCase
class TestX(TestCase):
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
def test_X(self):
# test edit profile page that it stores correctly the data
pass