Functional Testing

Write functional tests that test public interfaces only (HTTP APIs via requests, libraries via exported functions, CLIs via command execution). Never test internal functions directly. Expose observability APIs for internal behavior testing. Use when this capability is needed.

tomevault-io 9a222bf 2 files · 14.7 KB Updated

File contents

tomevault-io/skills-registry/tree/main/thrawn01--claude-dotfiles--functional-testing commit 9a222bf46e

Frequently asked questions

npx skillmds@latest add tomevault-io/functional-testing