mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-21 13:57:57 -05:00
10
tests/forms/test_register_TOWRITE.py
Normal file
10
tests/forms/test_register_TOWRITE.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# test register form that stores user data correctly
|
||||
# check upon setting change that it is not allowed
|
||||
pass
|
||||
Reference in New Issue
Block a user