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

Function test_remove_ids

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

Source from the content-addressed store, hash-verified

202
203
204def test_remove_ids(db: TinyDB):
205 db.remove(doc_ids=[1, 2])
206
207 assert len(db) == 1
208
209
210def test_remove_returns_ids(db: TinyDB):

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…