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

Method bulk_create_author

tests/test_signals.py:368–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366 ]
367
368 def bulk_create_author():
369 a1 = self.Author(name="Bill Shakespeare")
370 self.Author.objects.insert([a1], signal_kwargs={"key": True})
371
372 assert self.get_signal_output(bulk_create_author) == [
373 "pre_init signal, Author",

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected