Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.36 KB

Build Docs Apache 2.0 Licensed MIT Licensed

Rust xUnit Testing Framework

Neotest is a powerful and dynamic xUnit testing framework for Rust.

🚧 Note: This project is currently a work-in-progress.

Features

  • 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)