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

Function test_json_invalid_directory

tests/test_storages.py:124–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122
123
124def test_json_invalid_directory():
125 with pytest.raises(IOError):
126 with TinyDB('/this/is/an/invalid/path/db.json', storage=JSONStorage):
127 pass
128
129
130def test_in_memory():

Callers

nothing calls this directly

Calls 1

TinyDBClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…