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

Function test_remove_all_fails

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

Source from the content-addressed store, hash-verified

191
192
193def test_remove_all_fails(db: TinyDB):
194 with pytest.raises(RuntimeError):
195 db.remove()
196
197
198def test_remove_multiple(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…