Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jarun/buku
/ bukudb
Function
bukudb
tests/test_views.py:59–64 ·
view source on GitHub ↗
(dbfile)
Source
from the content-addressed store, hash-verified
57
58
@pytest.fixture()
59
def
bukudb(dbfile):
60
bdb = BukuDb(dbfile=dbfile)
61
yield
bdb
62
bdb.close()
63
if
os.path.exists(dbfile):
64
os.remove(dbfile)
65
66
@pytest.fixture
67
def
tmv_instance(bukudb):
Callers
nothing calls this directly
Calls
2
close
Method · 0.95
BukuDb
Class · 0.90
Tested by
no test coverage detected