Files
codex-bootstrap/docs/testing.md
2026-04-28 10:14:33 +02:00

24 lines
332 B
Markdown

# Testing
Describe how tests are executed.
All tests should run inside Docker containers.
## Canonical test command
```bash
CHANGE_ME
```
## Test categories
Describe applicable categories:
- unit tests;
- integration tests;
- linting;
- formatting checks;
- Ansible syntax checks;
- Docker/Compose validation;
- smoke tests.