Join Slack
Powered by
One thing that tripped me up a little bit is that ...
# minutest
r
robfletcher
10/21/2018, 2:02 PM
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).
2
Views
Open in Slack
Previous
Next