Personally it’s more of a “how many fields do I ha...
# development
r
Personally it’s more of a “how many fields do I have to set by hand” question. I’d be leaning towards only setting what’s relevant in tests, because that’s what the people reading the tests care about. So if I’m reading the tests, I don’t care about all the fields the struct has, only about the specific setup for that test.