Fork me on GitHub
#testing
<
2018-11-15
>
buzzdan07:11:09

Does anyone know a mutation testing framework in clojure? I didnt find anything that looks useable...

plexus08:11:29

@buzzdan there's Mutant (https://github.com/jstepien/mutant), it's the best we have, but it's barely usable... Mutation testing is a hard problem to solve, mainly because you want to prevent causing infinite loops.

gdubs15:07:57

Anybody know of any effective mutation testing approaches for Clojure?

gdubs15:07:44

@UK2JJ3NRM what are you using? ☝️

gdubs15:07:15

Now that I read into it a bit more, I don't think Jasper's mutation testing is of the variety I'm looking for.

plexus19:07:23

uh you're aware you're replying to a four your old message, right? that's not exactly great etiquette...

gdubs23:07:16

Thanks for letting me know.

plexus08:11:22

It's also been a while since Jan worked on it, so I don't see the situation changing unless someone else picks up the torch.