Fork me on GitHub
#clojure-nl
<
2019-11-05
>
Mno08:11:06

Morning' Morgent'

Mno08:11:29

😮

lmergen12:11:53

@borkdude is this static analysis or runtime ? i know that clojure.test by default warns if there are no actual assertions performed in a test

borkdude12:11:57

@lmergen That's runtime. And afaik clojure.test doesn't do that

lmergen12:11:20

:thinking_face: then i must have some test middleware that already does it

borkdude12:11:30

if you're using kaocha, it's built into that

lmergen12:11:43

yeah i saw that, but not using kaocha

lmergen12:11:46

let me see

lmergen12:11:54

oh, it might be cider

borkdude12:11:15

ah, I never run my tests using cider, but it would be interesting to see how they implemented it