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

467 B

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 file.