(self)
| 22 | self.Person = Person |
| 23 | |
| 24 | def tearDown(self): |
| 25 | for collection in list_collection_names(self.db): |
| 26 | self.db.drop_collection(collection) |
| 27 | |
| 28 | def test_definition(self): |
| 29 | """Ensure that document may be defined using fields.""" |
nothing calls this directly
no test coverage detected