From ab9e9a33294b2bcb4c6f547fb39c11e0bbc01045 Mon Sep 17 00:00:00 2001 From: Anthony Nemitz Date: Thu, 23 Aug 2012 18:09:51 -0700 Subject: [PATCH] adding comment to the MRO test case --- tests/test_document.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_document.py b/tests/test_document.py index 8f28e7e5..523ab6af 100644 --- a/tests/test_document.py +++ b/tests/test_document.py @@ -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 = {