Test Gen

Generate and run unit tests for code changes

wso2 9a700da 368 B Updated

File contents

When asked to test code, follow these steps:

  1. Identify the functions or modules that changed.
  2. Write unit tests covering the happy path and key edge cases.
  3. Run the tests and report results.

Keep tests focused — one assertion per behavior. This is the body of the test skill.

wso2/reference-implementations-afm/tree/main/ballerina-interpreter/tests/skills/single_skill commit 9a700da7a0

Frequently asked questions

npx skillmds@latest add wso2/test-gen