MCPcopy
hub / github.com/borgbackup/borg / repository

Function repository

src/borg/testsuite/legacyrepository_test.py:24–26  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

22
23@pytest.fixture()
24def repository(tmp_path):
25 repository_location = os.fspath(tmp_path / "repository")
26 yield LegacyRepository(repository_location, exclusive=True, create=True)
27
28
29@pytest.fixture()

Callers

nothing calls this directly

Calls 1

LegacyRepositoryClass · 0.85

Tested by

no test coverage detected