bitwizeshift / oxtest

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

Match calling structure of Fixture parameter #5

Closed bitwizeshift closed 1 year ago

bitwizeshift commented 1 year ago

The definition for neotest fixtures currently does not allow for the argument to be of a different refness or mutability (e.g. &Fixture is disallowed, but Fixture is okay).

This issue is to track fixing this omission so that the calling convention is honored based on the way the developer chooses to define their fixture parameter.