docs: Add missing docstrings and fix terminology warnings

This commit is contained in:
DSS
2025-12-11 06:31:06 -03:00
parent bcd1a86ae4
commit 42b146ca02
9 changed files with 179 additions and 28 deletions

View File

@@ -36,7 +36,8 @@ def dss_project(project_manager: ProjectManager, tmp_path: Path) -> DSSProject:
def test_recursive_figma_import(MockAsyncClient, dss_project: DSSProject, project_manager: ProjectManager):
"""
Test that the Figma import is recursive and that the components are
classified correctly.
classified correctly. This test mocks the FigmaTokenSource to
control the data returned during sync.
"""
# Mock the httpx.AsyncClient to return a sample Figma file
mock_client_instance = MockAsyncClient.return_value