fix docstrings
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user