sdk_common/tests/README.md

14 lines
299 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Stratégie de tests
Ce répertoire regroupe les tests pour `sdk_common`.
- `tests/*.rs` : tests dintégration Rust
- `tests/logs/` : journaux dexécution
- `tests/reports/` : rapports et artefacts
Exécution:
- `cargo test --all`
- `cargo clippy -- -D warnings`
- `cargo fmt -- --check`