Skip to content

feat(mockapi): add feature unit test generation flow#8

Merged
v-byte-cpu merged 1 commit into
mainfrom
feat/mockapi-feature-unit-test-flow
May 30, 2026
Merged

feat(mockapi): add feature unit test generation flow#8
v-byte-cpu merged 1 commit into
mainfrom
feat/mockapi-feature-unit-test-flow

Conversation

@v-byte-cpu
Copy link
Copy Markdown
Contributor

Summary

  • Add the mockapi feature unit-test generation flow to the generate workflow.
  • Document adjacent Vitest tests for services, repositories, and feature helpers.
  • Warn when completed LLM-owned feature sources lack adjacent tests.
  • Cover service, repository, helper, .spec.ts, and ignored-file scenarios.

Validation

  • python3 -m unittest discover -s tests
  • python3 ~/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/mockapi

Document the mockapi workflow so LLM-owned feature behavior
gets adjacent Vitest unit tests during implementation,
after codegen and before final verification.

Add a quality warning for completed feature sources without
neighboring unit tests, while excluding generated adapters,
seed files, metadata files, and TODO scaffold.
@v-byte-cpu v-byte-cpu merged commit f2220f6 into main May 30, 2026
3 checks passed
@v-byte-cpu v-byte-cpu deleted the feat/mockapi-feature-unit-test-flow branch May 30, 2026 21:11
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.

1 participant