Rust Tests

Rust unit and integration test strategy — when to write which kind of test, how to structure test modules, test helpers and builders, error path testing, parameterized tests, integration test organization, binary crate testing, and test isolation. Use when deciding between unit and integration tests, organizing a growing test suite, testing error paths, setting up shared test utilities, or structuring the tests/ directory for a workspace. Also use when tests are slow, brittle, or hard to navigate.

dawidpereira f0ee362 3 files · 31.8 KB Updated

File contents

dawidpereira/rust-skills/tree/main/skills/rust-tests commit f0ee3622a8

Frequently asked questions

npx skillmds@latest add dawidpereira/rust-tests