MCPcopy
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()
59def 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
67def tmv_instance(bukudb):

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
BukuDbClass · 0.90

Tested by

no test coverage detected