icasdri / parameterized_tests

Simple and flexible parameterized tests macro for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parameterized_tests

Build Status Crate Version

Simple, flexible, and concise parameterized test macro for Rust testing. Inspired by JUnit's Parameterized runner which separated testing data from testing logic. This allows, among other things like general DRY, many data-driven tests to be specified all at once.

About

Simple and flexible parameterized tests macro for Rust

License:MIT License


Languages

Language:Rust 100.0%