Skip to content

Refactor test suite with shared fixtures and mock data - #137

Merged
Abd-Standard merged 2 commits into
Core-Foundry:mainfrom
DavisVT:refactor/test-fixtures-mock-data
Jul 30, 2026
Merged

Refactor test suite with shared fixtures and mock data#137
Abd-Standard merged 2 commits into
Core-Foundry:mainfrom
DavisVT:refactor/test-fixtures-mock-data

Conversation

@DavisVT

@DavisVT DavisVT commented Jul 30, 2026

Copy link
Copy Markdown
Contributor
  • Create reusable fixtures in frontend/src/test/fixtures.ts
  • Create mock data objects in frontend/src/test/mock-data.ts
  • Add comprehensive documentation in frontend/src/test/README.md
  • Update 7 test files to use shared fixtures and mock data
  • Remove duplicate setup code across test suite
  • Improve test readability and maintainability

closes #48

DavisVT and others added 2 commits July 30, 2026 02:50
- Create reusable fixtures in frontend/src/test/fixtures.ts
- Create mock data objects in frontend/src/test/mock-data.ts
- Add comprehensive documentation in frontend/src/test/README.md
- Update 7 test files to use shared fixtures and mock data
- Remove duplicate setup code across test suite
- Improve test readability and maintainability
@Abd-Standard
Abd-Standard merged commit 7c73a1f into Core-Foundry:main Jul 30, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: create reusable test fixtures and mock data

2 participants