Flying Squid to [email protected]English • 2 years agoTerraforming Mars Publisher Calls AI "Too Powerful" Not to Usegizmodo.comexternal-linkmessage-square30fedilinkarrow-up191arrow-down112
arrow-up179arrow-down1external-linkTerraforming Mars Publisher Calls AI "Too Powerful" Not to Usegizmodo.comFlying Squid to [email protected]English • 2 years agomessage-square30fedilink
minus-square@[email protected]linkfedilinkEnglish4•2 years ago once you start with a pattern they are mostly repetitive with minor changes Can’t you just turn those into a single parameterized test with the test cases described as data?
minus-square@[email protected]linkfedilinkEnglish6•2 years agoI mean of course if there is only a given set of variables that changes test-to-test then I do that. But I meant tests, that are really similar, but the variable that changes or combination of changes is varied enough that you can’t parametrize it.
minus-square@[email protected]linkfedilinkEnglish2•2 years agoSome things you also shouldn’t parameterize for the sake of overview and intuitiveness in understand.
Can’t you just turn those into a single parameterized test with the test cases described as data?
I mean of course if there is only a given set of variables that changes test-to-test then I do that.
But I meant tests, that are really similar, but the variable that changes or combination of changes is varied enough that you can’t parametrize it.
Some things you also shouldn’t parameterize for the sake of overview and intuitiveness in understand.