refactor(tests): adjust formatting for consistency and readability

- Updated line breaks and indentation across test modules to enhance clarity and maintain consistent style.
- Applied changes to workspace, provider, server, and GitWrapper-related test cases. No functional changes introduced.
This commit is contained in:
2026-01-07 09:17:26 +01:00
parent 76d7de5334
commit 011b21bf0a
6 changed files with 663 additions and 85 deletions

View File

@@ -248,9 +248,7 @@ def mock_fastapi_app():
@pytest.fixture
async def async_workspace_manager(
temp_dir: Path, test_settings
) -> AsyncIterator:
async def async_workspace_manager(temp_dir: Path, test_settings) -> AsyncIterator:
"""Async fixture for workspace manager."""
from workspace import WorkspaceManager