You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see a slightly simpler means to use the same macro for a large number of tests. Instead of specifying the macro at every call-site, it might be nice to have a test.use(macro) function that produces a new test function that will apply the macro to every invocation.
Description
I'd like to see a slightly simpler means to use the same macro for a large number of tests. Instead of specifying the macro at every call-site, it might be nice to have a
test.use(macro)
function that produces a newtest
function that will apply the macro to every invocation.Test Source
If interested, I might find the time to write a PR for this feature.
The text was updated successfully, but these errors were encountered: