helpyourneighbour/docs/testing.md
OpenClaw 58424f0530
Some checks are pending
Docker Test / test (push) Waiting to run
fix(#20): Add Definition of Done to CONTRIBUTING.md and TESTING.md
2026-03-06 23:56:36 +00:00

15 lines
No EOL
467 B
Markdown

# Testing
This document describes the testing strategy for the project.
## Definition of Done
Each change must meet the following criteria before being merged:
- [ ] All tests pass (smoke, unit, integration)
- [ ] Security review completed
- [ ] Documentation updated
- [ ] Rollback instructions provided if applicable
- [ ] Code reviewed by at least one other team member
For more details on how to run tests, see the [CONTRIBUTING.md](../CONTRIBUTING.md) file.