Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ee2d874f
Commit
ee2d874f
authored
Jul 09, 2013
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra blank lines.
parent
283e2b2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
cms/djangoapps/course_creators/tests/test_admin.py
+0
-3
No files found.
cms/djangoapps/course_creators/tests/test_admin.py
View file @
ee2d874f
...
@@ -58,21 +58,18 @@ class CourseCreatorAdminTest(TestCase):
...
@@ -58,21 +58,18 @@ class CourseCreatorAdminTest(TestCase):
change_state
(
CourseCreator
.
UNREQUESTED
,
False
)
change_state
(
CourseCreator
.
UNREQUESTED
,
False
)
def
test_add_permission
(
self
):
def
test_add_permission
(
self
):
"""
"""
Tests that staff cannot add entries
Tests that staff cannot add entries
"""
"""
self
.
assertFalse
(
self
.
creator_admin
.
has_add_permission
(
self
.
request
))
self
.
assertFalse
(
self
.
creator_admin
.
has_add_permission
(
self
.
request
))
def
test_delete_permission
(
self
):
def
test_delete_permission
(
self
):
"""
"""
Tests that staff cannot delete entries
Tests that staff cannot delete entries
"""
"""
self
.
assertFalse
(
self
.
creator_admin
.
has_delete_permission
(
self
.
request
))
self
.
assertFalse
(
self
.
creator_admin
.
has_delete_permission
(
self
.
request
))
def
test_change_permission
(
self
):
def
test_change_permission
(
self
):
"""
"""
Tests that only staff can change entries
Tests that only staff can change entries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment