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
ef98c54f
Commit
ef98c54f
authored
Aug 21, 2013
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some pylint violations
parent
2ba0d40d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/djangoapps/contentstore/tests/test_import_nostatic.py
+1
-1
lms/djangoapps/courseware/tests/test_module_render.py
+1
-1
No files found.
cms/djangoapps/contentstore/tests/test_import_nostatic.py
View file @
ef98c54f
...
@@ -52,7 +52,7 @@ class MongoCollectionFindWrapper(object):
...
@@ -52,7 +52,7 @@ class MongoCollectionFindWrapper(object):
class
ContentStoreImportNoStaticTest
(
ModuleStoreTestCase
):
class
ContentStoreImportNoStaticTest
(
ModuleStoreTestCase
):
"""
"""
Tests that rely on the toy and test_import_course courses.
Tests that rely on the toy and test_import_course courses.
TODO
: refactor using CourseFactory so they do not.
NOTE
: refactor using CourseFactory so they do not.
"""
"""
def
setUp
(
self
):
def
setUp
(
self
):
...
...
lms/djangoapps/courseware/tests/test_module_render.py
View file @
ef98c54f
...
@@ -384,7 +384,7 @@ class TestHtmlModifiers(ModuleStoreTestCase):
...
@@ -384,7 +384,7 @@ class TestHtmlModifiers(ModuleStoreTestCase):
def
test_get_course_info_section
(
self
):
def
test_get_course_info_section
(
self
):
self
.
course
.
lms
.
static_asset_path
=
"toy_course_dir"
self
.
course
.
lms
.
static_asset_path
=
"toy_course_dir"
get_course_info_section
(
self
.
request
,
self
.
course
,
"handouts"
)
get_course_info_section
(
self
.
request
,
self
.
course
,
"handouts"
)
#
TODO
: check handouts output...right now test course seems to have no such content
#
NOTE
: check handouts output...right now test course seems to have no such content
# at least this makes sure get_course_info_section returns without exception
# at least this makes sure get_course_info_section returns without exception
def
test_course_link_rewrite
(
self
):
def
test_course_link_rewrite
(
self
):
...
...
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