14 lines
299 B
Markdown
14 lines
299 B
Markdown
# Stratégie de tests
|
||
|
||
Ce répertoire regroupe les tests pour `sdk_common`.
|
||
|
||
- `tests/*.rs` : tests d’intégration Rust
|
||
- `tests/logs/` : journaux d’exécution
|
||
- `tests/reports/` : rapports et artefacts
|
||
|
||
Exécution:
|
||
|
||
- `cargo test --all`
|
||
- `cargo clippy -- -D warnings`
|
||
- `cargo fmt -- --check`
|