MCPcopy Create free account
hub / github.com/MongoEngine/mongoengine / test_delta_db_field

Method test_delta_db_field

tests/document/test_delta.py:365–367  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 return person, organization, employee
364
365 def test_delta_db_field(self):
366 self.delta_db_field(Document)
367 self.delta_db_field(DynamicDocument)
368
369 def delta_db_field(self, DocClass):
370 class Doc(DocClass):

Callers

nothing calls this directly

Calls 1

delta_db_fieldMethod · 0.95

Tested by

no test coverage detected