mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 13:36:05 -05:00
11
tests/settings/test_portal_workflow_TOWRITE.py
Normal file
11
tests/settings/test_portal_workflow_TOWRITE.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# test what is the default portal workflow
|
||||
# change it and make sure nothing strange happens (public/unlisted/private)
|
||||
|
||||
pass
|
||||
13
tests/settings/test_user_roles_TOWRITE.py
Normal file
13
tests/settings/test_user_roles_TOWRITE.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
class TestX(TestCase):
|
||||
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
|
||||
|
||||
def test_X(self):
|
||||
# test extra things editor can do
|
||||
# test extra things manager can do
|
||||
# test extra things admin can do
|
||||
# test what single user cannot do (eg mess with other users content!)
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user