Bats Test Conventions

WHAT: Conventions for bats tests in this repo. WHEN: User asks to add or edit a `.bats` test file anywhere under tests/. DO-NOT: Put tests under tests/bin/ instead of mirroring the source path; invent new helper names when common.bash already has one; rely on the host's real `git` / `curl` / `ssh` - stub them.

weikinhuang 308c0ba 7.8 KB Updated

File contents

weikinhuang/dotfiles/tree/main/.agents/skills/bats-test-conventions commit 308c0ba6ab

Frequently asked questions

npx skillmds@latest add weikinhuang/bats-test-conventions