bitwizeshift / oxtest

🚧 A WIP rust unit-testing library
https://bitwizeshift.github.io/neotest
Apache License 2.0
0 stars 0 forks source link

Add support for parameterized testing #1

Closed bitwizeshift closed 1 year ago

bitwizeshift commented 1 year ago

Parameterized testing is a staple of any unit-testing framework.

This issue is to track adding support for basing parameterized testing so that tests can operate with different inputs. In particular, the goal of this feature is: