One more attempt with Claude's help to close connections

This commit is contained in:
Raghotham Murthy 2025-10-07 12:28:31 -07:00
parent fa100c77fd
commit a424815804
16 changed files with 132 additions and 38 deletions

View file

@ -43,6 +43,7 @@ async def files_provider(tmp_path):
provider = LocalfsFilesImpl(config, default_policy())
await provider.initialize()
yield provider
await provider.shutdown()
@pytest.fixture