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

Method test_delta

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

Source from the content-addressed store, hash-verified

26 self.db.drop_collection(collection)
27
28 def test_delta(self):
29 self.delta(Document)
30 self.delta(DynamicDocument)
31
32 @staticmethod
33 def delta(DocClass):

Callers

nothing calls this directly

Calls 1

deltaMethod · 0.95

Tested by

no test coverage detected