27 lines
494 B
Markdown
27 lines
494 B
Markdown
# Guide de Tests — 4NK_template
|
||
|
||
## Vue d’ensemble
|
||
- Unit, Integration, Connectivity, External, Performance
|
||
|
||
## Structure
|
||
```
|
||
tests/
|
||
├── README.md
|
||
├── cleanup.sh
|
||
├── logs/
|
||
├── reports/
|
||
├── unit/
|
||
├── integration/
|
||
├── connectivity/
|
||
├── external/
|
||
└── performance/
|
||
```
|
||
|
||
## Exécution
|
||
- Scripts spécifiques au projet
|
||
- Rapports dans `tests/reports/`
|
||
|
||
## CI
|
||
- Exécutions par catégorie
|
||
- Blocage release en cas d’échec (release‑guard)
|