Fork me on GitHub
#testing
<
2015-08-21
>
ricardo06:08:20

sdegutis: Hard to know in the abstract. If you’re not changing the testing syntax, couldn’t you just build this on top of clojure.test?

malcolmsparks13:08:34

@sdegutis I think you could get quite far with a boot task - boot already allows you to compose in the watch service, so you'd have less to do. boot also does the nice terminal coloring. I'd be more likely to use it if it were just a boot task using clojure.test, than a whole new test framework