mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 05:36:03 -05:00
11
tests/pages/test_index_page_TODO.py
Normal file
11
tests/pages/test_index_page_TODO.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):
|
||||
# check that all links exist, on anonymous user
|
||||
# check that all links exist, on logged in user, plus the user specific
|
||||
# for editor/manager/admin, check that the related links exist
|
||||
pass
|
||||
9
tests/pages/test_manage_pages_TODO.py
Normal file
9
tests/pages/test_manage_pages_TODO.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):
|
||||
# check that links exist from index page and pages are loading and only admins/editors/managers can see them
|
||||
pass
|
||||
Reference in New Issue
Block a user