MCPcopy
hub / github.com/msiemens/tinydb / test_get_multiple_ids

Function test_get_multiple_ids

tests/test_tinydb.py:374–376  ·  view source on GitHub ↗
(db: TinyDB)

Source from the content-addressed store, hash-verified

372
373
374def test_get_multiple_ids(db: TinyDB):
375 el = db.all()
376 assert db.get(doc_ids=[x.doc_id for x in el]) == el
377
378
379def test_get_invalid(db: TinyDB):

Callers

nothing calls this directly

Calls 2

allMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…