Neotest is a powerful and dynamic xUnit testing framework for Rust.
🚧 Note: This project is currently a work-in-progress.
- Test Tixtures with custom setup and teardown to simplify test boilerplate
- Parameterized Testing that generates all parameter input combinations (#1)
- Generic-Parameterized Testing which substitutes different types or
const
values for tests (#2) - Sub-tests for more granular reporting of test failures (#3)