Skip to content
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ _Jira tickets, GitHub issues, Support tickets..._
- [ ] Code changes adhere to the project's coding standards.
- [ ] Relevant unit and integration tests are included.
- [ ] Documentation has been updated accordingly.
- [ ] If test framework files were changed (`test/testenv/`, `test/run-tests.sh`, `test/env.sh`), `docs/IntegrationTesting.md` has been updated
Comment thread
kasiakoziol marked this conversation as resolved.
- [ ] All tests pass locally.
- [ ] The PR description follows the project's guidelines.
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ Test coverage includes:

#### Integration Tests

> **Maintenance note:** When modifying test framework files (`test/testenv/`, `test/run-tests.sh`, `test/env.sh`), also update `docs/IntegrationTesting.md` to keep the guide accurate.

**Integration Test Structure:**
- Each test suite has its own directory under `test/`
- Suite file: `*_suite_test.go` - Creates TestEnv (namespace)
Expand Down
Loading
Loading