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

Function test_in_memory_close

tests/test_storages.py:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143
144def test_in_memory_close():
145 with TinyDB(storage=MemoryStorage) as db:
146 db.insert({})
147
148
149def test_custom():

Callers

nothing calls this directly

Calls 2

TinyDBClass · 0.90
insertMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…