adding comment to the MRO test case

This commit is contained in:
Anthony Nemitz 2012-08-23 18:09:51 -07:00
parent a4b09344af
commit ab9e9a3329

View File

@ -366,8 +366,7 @@ class DocumentTest(unittest.TestCase):
Animal.drop_collection()
def test_document_inheritance(self):
"""
"""Ensure mutliple inheritance of abstract docs works
"""
class DateCreatedDocument(Document):
meta = {