generated from bisco/codex-bootstrap
24 lines
396 B
Markdown
24 lines
396 B
Markdown
# Testing
|
|
|
|
Describe how tests are executed.
|
|
|
|
All tests should run inside Docker containers.
|
|
|
|
## Canonical test command
|
|
|
|
```bash
|
|
docker compose --env-file .env.example -f infra/docker/compose.yml config
|
|
```
|
|
|
|
## Test categories
|
|
|
|
Describe applicable categories:
|
|
|
|
- unit tests;
|
|
- integration tests;
|
|
- linting;
|
|
- formatting checks;
|
|
- Ansible syntax checks;
|
|
- Docker/Compose validation;
|
|
- smoke tests.
|