fix docstrings

This commit is contained in:
David Baumgold
2014-01-29 11:42:38 -05:00
parent e0c1abc11f
commit cfdc5b5e96
2 changed files with 5 additions and 3 deletions

View File

@@ -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):

View File

@@ -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):