Skip to content

bitwizeshift/oxtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)