Skip to content

Latest commit

History

History
13 lines (8 loc) 路 336 Bytes

File metadata and controls

13 lines (8 loc) 路 336 Bytes

Tests

This directory contains integration and end-to-end tests for the Stellar Stock Price Oracle system.

Test Structure

  • integration/ - Integration tests for each component
  • e2e/ - End-to-end tests for the full data flow
  • fixtures/ - Test data and mocks

馃И Tests will be added as components are implemented.