-
-
Notifications
You must be signed in to change notification settings - Fork 34
Labels
refactorCode refactoring or technical debt improvementsCode refactoring or technical debt improvements
Description
Summary
refer to the todo in extralit/tests/integration/test_client.py
Move the client test suite from tests/integration/test_client.py to tests/unit/test_client_unit.py.
Create a MockClient implementation in tests/unit/client_mocks.py to simulate API behavior without external dependencies.
This change addresses the TODO in the original test file and improves test isolation and speed.
Motivation
todo given
Proposed Refactor
Move the client test suite from tests/integration/test_client.py to tests/unit/test_client_unit.py.
Create a MockClient implementation in tests/unit/client_mocks.py to simulate API behavior without external dependencies.
This change addresses the TODO in the original test file and improves test isolation and speed.
Acceptance Criteria
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
refactorCode refactoring or technical debt improvementsCode refactoring or technical debt improvements