Overview
Phase: 5 - Testing
Priority: Medium
Estimated Effort: 6-8 hours
Problem Description
Current tests lack proper mocking of external dependencies (filesystem, network, OS calls), making them slower and less reliable.
Acceptance Criteria
Files to Modify
internal/testutil/mocks.go (new file)
internal/testutil/filesystem.go (new file)
- All existing test files (update to use mocks)
See roadmap/phase5-testing/UOW-015-test-infrastructure.md for detailed implementation plan.
Overview
Phase: 5 - Testing
Priority: Medium
Estimated Effort: 6-8 hours
Problem Description
Current tests lack proper mocking of external dependencies (filesystem, network, OS calls), making them slower and less reliable.
Acceptance Criteria
Files to Modify
internal/testutil/mocks.go(new file)internal/testutil/filesystem.go(new file)See roadmap/phase5-testing/UOW-015-test-infrastructure.md for detailed implementation plan.