Comment on How do you get your team to write tests?
kersplort@programming.dev 1 year agoWe use a little bit of property testing to test invariants with fuzzed data. Mutation testing seems like a neat inverse.
Comment on How do you get your team to write tests?
kersplort@programming.dev 1 year agoWe use a little bit of property testing to test invariants with fuzzed data. Mutation testing seems like a neat inverse.