That’s a very good article. I think it summarizes ...
# minutest
r
That’s a very good article. I think it summarizes the approach really well. I’m still occasionally struggling with my own laziness with writing fixtures but that’s really encouraging me to do it correctly. I’m also butting up against the anti-pattern of organizing tests against components rather than behavior. Doing the latter seems to result in better focused fixtures whereas when doing the former I find myself frequently wanting different fixture types in different contexts.
d
Is your distinction of component rather than behaviour that of class rather than method, or something more nuanced?