Commit ef98c54f by Chris Dodge

fix some pylint violations

parent 2ba0d40d
...@@ -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):
......
...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment