TradingAgents/tests/workflows/__init__.py

9 lines
229 B
Python

"""
Tests for TradingAgents Dagster workflows.
Follows pragmatic TDD principles:
- Mock I/O boundaries (External services, database calls)
- Test real business logic transformations
- Focus on data flow through the pipeline
"""