-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Missing class exports preventing test imports
Several wrapper and execution modules are missing class exports that test files expect:
Fixed:
- ✅ PipelineHeader - Added to foundation._compatibility
- ✅ BaseWrapperConfig - Added to wrapper_base.py
Still Missing:
- ❌ OperationMetrics from orchestrator.core.wrapper_monitoring
- ❌ WrapperHealthStatus from orchestrator.core.wrapper_monitoring
- ❌ Various other classes referenced in tests
Action Items:
- Audit all wrapper/execution modules for missing exports
- Add missing classes or create proper export aliases
- Ensure test imports work for all modules
- Update init.py files as needed
Related to Issue #351 (main test suite fix).
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on