One thing that tripped me up a little bit is that ...
# minutest
r
One thing that tripped me up a little bit is that it’s pretty easy to accidentally have a loop whose body only calls
fixture
and
test
and what happens at run time is
test
is called n times but always applied to the last defined fixture (e.g. value of last loop iteration).