Commit cfdc5b5e by David Baumgold

fix docstrings

parent e0c1abc1
......@@ -46,7 +46,7 @@ class TestArgParsing(unittest.TestCase):
@override_settings(MODULESTORE=TEST_MODULESTORE)
class TestMigrateToSplit(ModuleStoreTestCase):
"""
Unit tests for importing a course from command line
Unit tests for migrating a course from old mongo to split mongo
"""
def setUp(self):
......
......@@ -40,7 +40,8 @@ class TestArgParsing(unittest.TestCase):
@override_settings(MODULESTORE=TEST_MODULESTORE)
class TestRollbackSplitCourseNoOldMongo(ModuleStoreTestCase):
"""
Unit tests for rolling back a split-mongo course from command line
Unit tests for rolling back a split-mongo course from command line,
where the course doesn't exist in the old mongo store
"""
def setUp(self):
......@@ -56,7 +57,8 @@ class TestRollbackSplitCourseNoOldMongo(ModuleStoreTestCase):
@override_settings(MODULESTORE=TEST_MODULESTORE)
class TestRollbackSplitCourseNoSplitMongo(ModuleStoreTestCase):
"""
Unit tests for rolling back a split-mongo course from command line
Unit tests for rolling back a split-mongo course from command line,
where the course doesn't exist in the split mongo store
"""
def setUp(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