Flying Squid@lemmy.world to Technology@lemmy.worldEnglish · 1 year agoTerraforming Mars Publisher Calls AI "Too Powerful" Not to Usegizmodo.comexternal-linkmessage-square29fedilinkarrow-up184arrow-down19
arrow-up175arrow-down1external-linkTerraforming Mars Publisher Calls AI "Too Powerful" Not to Usegizmodo.comFlying Squid@lemmy.world to Technology@lemmy.worldEnglish · 1 year agomessage-square29fedilink
minus-squarerealharo@lemm.eelinkfedilinkEnglisharrow-up4·1 year 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-squarekameecoding@lemmy.worldlinkfedilinkEnglisharrow-up5·1 year 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.
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.