mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
9
tests/forms/test_edit_profile_TOWRITE.py
Normal file
9
tests/forms/test_edit_profile_TOWRITE.py
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user