Not sure what this would exactly look like but it ...
# minutest
r
Not sure what this would exactly look like but it feels like an “iterable fixture” DSL would make sense. The idea being “run this context for all these fixtures”. Obvs can do that with a loop and then
fixture { it }
but it feels like there’s a corner that could be sanded off there.