()
| 122 | |
| 123 | |
| 124 | def 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 | |
| 130 | def test_in_memory(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…