This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-15
Channels
- # announcements (11)
- # beginners (66)
- # boot (6)
- # clara (25)
- # cljdoc (4)
- # cljs-dev (22)
- # clojure (261)
- # clojure-dev (1)
- # clojure-europe (2)
- # clojure-italy (15)
- # clojure-losangeles (1)
- # clojure-nl (19)
- # clojure-spec (62)
- # clojure-uk (50)
- # clojurescript (12)
- # community-development (6)
- # cursive (60)
- # datomic (21)
- # emacs (2)
- # figwheel (2)
- # figwheel-main (3)
- # fulcro (2)
- # graphql (11)
- # hyperfiddle (11)
- # javascript (1)
- # jobs (6)
- # juxt (1)
- # kaocha (5)
- # keechma (2)
- # off-topic (4)
- # onyx (10)
- # pathom (7)
- # re-frame (15)
- # reagent (8)
- # remote-jobs (2)
- # ring-swagger (14)
- # shadow-cljs (35)
- # sql (22)
- # testing (9)
- # tools-deps (62)
- # vim (12)
Does anyone know a mutation testing framework in clojure? I didnt find anything that looks useable...
@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.
@UK2JJ3NRM what are you using? ☝️
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.
uh you're aware you're replying to a four your old message, right? that's not exactly great etiquette...
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.