You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a comprehensive test suite for the Python SDK covering unit tests (parsing, error mapping, state machine) and integration tests (end-to-end workflows against the local API), with >90% coverage.
Requirements
Functional
Unit Tests (50+): Client initialization, retry logic, error mapping, state machine transitions, callback firing.
Goal
Create a comprehensive test suite for the Python SDK covering unit tests (parsing, error mapping, state machine) and integration tests (end-to-end workflows against the local API), with >90% coverage.
Requirements
Functional
Technical
pytest+pytest-asyncio+respx(for mockinghttpx).@pytest.mark.unitand@pytest.mark.integration.Acceptance Criteria
Dependencies