Testing API Reference
Bases: LocalWorkspaceManager
Anchor a real LocalWorkspaceManager's root under a tmp directory.
All real behaviour (fcntl locking, shutil.copytree, tar.gz archiving) is inherited from the parent class; only workspaces_root and archives_root are redirected inside tmp for test isolation.
Usage (pytest)::
@pytest.fixture
def ws_mgr(tmp_path):
return TempWorkspaceManager(tmp_path)