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.
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, butFixture
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.