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
⚡ [Feature]: Add integration tests with real API endpoints
Guidelines
I agree to follow this project's Contributing Guidelines
I have searched for similar feature requests
I understand that this is a request and implementation is not guaranteed
Problem Description
The project currently lacks integration tests that validate the connector's behavior against real BCRA API endpoints. While unit tests with mocks exist, we need to verify actual API interactions.
- Add from_dict classmethod to Entidad for proper data mapping
- Update get_entidades to use from_dict instead of direct kwargs
- Fix API response field mapping from 'codigoEntidad' to 'codigo_entidad'
- Maintain consistency with project's data model patterns
See also: #28
⚡ [Feature]: Add integration tests with real API endpoints
Guidelines
Problem Description
The project currently lacks integration tests that validate the connector's behavior against real BCRA API endpoints. While unit tests with mocks exist, we need to verify actual API interactions.
Proposed Solution
Implement comprehensive integration tests:
Alternative Solutions
Additional Context
Integration tests should verify:
Implementation Details
Required components:
Test Configuration:
Test Categories:
CI/CD Integration:
The text was updated successfully, but these errors were encountered: